Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/komarovn654/OTUS_Alg_Hw/hw16_trie
PS C:\OTUS_Alg_Hw\hw16_trie> go run main.go
TrieMap test. Items: 10, Time: 0s
GoMap test. Items: 10, Time: 0s
TrieMap test. Items: 100, Time: 0s
GoMap test. Items: 100, Time: 0s
TrieMap test. Items: 1000, Time: 511.3µs
GoMap test. Items: 1000, Time: 0s
TrieMap test. Items: 10000, Time: 4.0022ms
GoMap test. Items: 10000, Time: 1.0006ms
TrieMap test. Items: 100000, Time: 38.0206ms
GoMap test. Items: 100000, Time: 9.5147ms
TrieMap test. Items: 1000000, Time: 369.084ms
GoMap test. Items: 1000000, Time: 120.5778ms
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.