Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapplion/lighthouse_rss_bench
https://github.com/dapplion/lighthouse_rss_bench
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapplion/lighthouse_rss_bench
- Owner: dapplion
- Created: 2024-02-26T02:52:49.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T01:17:30.000Z (10 months ago)
- Last Synced: 2024-12-28T06:47:57.742Z (10 days ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lighthouse_rss_bench
To run, clone repo and
```
% ./run.shCompiling lighthouse_rss_bench v0.1.0 (/Users/lion/code/tmp/rpds_mem)
Finished release [optimized] target(s) in 0.84s
CASE=map_pkidx N=100000 rss=8672 bytes/N=86.7200
CASE=map_pkidx N=1000000 rss=118048 bytes/N=118.0480
CASE=map_pkidx N=10000000 rss=934672 bytes/N=93.4672
CASE=rpds_map_pkidx N=100000 rss=15264 bytes/N=152.6400
CASE=rpds_map_pkidx N=1000000 rss=148624 bytes/N=148.6240
CASE=rpds_map_pkidx N=10000000 rss=1494608 bytes/N=149.4608
```