https://github.com/n0-computer/varint-bench
Benchmarks for Unsigned Variable Size Integer encodings
https://github.com/n0-computer/varint-bench
Last synced: 9 months ago
JSON representation
Benchmarks for Unsigned Variable Size Integer encodings
- Host: GitHub
- URL: https://github.com/n0-computer/varint-bench
- Owner: n0-computer
- License: mit
- Created: 2023-01-16T12:06:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:57:18.000Z (over 3 years ago)
- Last Synced: 2025-01-20T16:28:07.908Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchmarks for Unsigned Variable Size Integer encoding
This is a dumb attempt to benchmark some VarInt schemas. Currently it
benchmarks the multiformat one vs the QUIC one.
All lies, obviously.