We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://github.com/kit-data-manager/ro-crate-benchmarks
The text was updated successfully, but these errors were encountered:
Probably due to how entities are looked up by iterating through an array, rather than using some kind of hash map
Sorry, something went wrong.
Store entities in Sets for fast lookups. #27
Set
b831345
^ cuts time to add 500 entities from 7.5 secs to ~0.4 secs on local machine
Use Set consistently for collections of entities. #27
c7b75c0
Memoize crate's canonical ID. Speeds up "claim" method. #27
e9aead0
No branches or pull requests
See: https://github.com/kit-data-manager/ro-crate-benchmarks
The text was updated successfully, but these errors were encountered: