Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrubeck/mediumvec
Rust collections optimized for size
https://github.com/mbrubeck/mediumvec
Last synced: 2 months ago
JSON representation
Rust collections optimized for size
- Host: GitHub
- URL: https://github.com/mbrubeck/mediumvec
- Owner: mbrubeck
- License: apache-2.0
- Created: 2017-03-29T18:40:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T04:02:52.000Z (8 months ago)
- Last Synced: 2024-09-17T23:46:47.135Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# mediumvec
`Vec32`, a version of `Vec` that is indexed by `u32` instead of `usize`,
for a slight reduction in size on 64-bit platforms.* [Documentation](https://docs.rs/mediumvec)
* [crates.io](https://crates.io/crates/mediumvec)
* [Release notes](https://github.com/mbrubeck/mediumvec/releases)