Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmunns/varint-shootout
https://github.com/jamesmunns/varint-shootout
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesmunns/varint-shootout
- Owner: jamesmunns
- Created: 2022-05-12T17:11:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T17:57:33.000Z (over 2 years ago)
- Last Synced: 2024-10-08T07:10:44.872Z (about 1 month ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Varint Shootout
As part of the push to [Postcard v1.0](https://jamesmunns.com/blog/postcard-1-0-run/), this repository is exploring the performance
of different variable length encodings.This will aim to test the performance on common desktop platforms (x86_64: intel and amd, aarch64: apple and linux), as well as on 32-bit mcus, primarily Cortex-M devices.