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
Inserting 10k items to a single bucket, using different backends - running synchronouly with a for-loop
# InMemoryBucket Performance test: insert 10k items 0.17364001274108887(secs) # RedisBucket Performance test: insert 10k items 5.8455188274383545(secs) # SQLiteBucket Performance test: insert 10k items 3.9313011169433594(secs)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Improvements & features
Phase I
Phase II
Phase III
Performance
Inserting 10k items to a single bucket, using different backends - running synchronouly with a for-loop
The text was updated successfully, but these errors were encountered: