Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/test-string-cache
https://github.com/zxch3n/test-string-cache
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zxch3n/test-string-cache
- Owner: zxch3n
- Created: 2024-01-25T08:28:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-25T08:28:25.000Z (10 months ago)
- Last Synced: 2024-10-04T14:40:52.488Z (about 1 month ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo tests the maximum number of `DefaultAtom` for the `string_cache` crate before significant performance degression.
## Results
| Size | Avg Creation Time (ns) |
|-----------|------------------------|
| 100 | 47 |
| 10,000 | 98 |
| 100,000 | 290 |
| 1,000,000 | 16,945 |