https://github.com/tokenrove/tiny-compact-map
Simple compact popcount array map
https://github.com/tokenrove/tiny-compact-map
data-structure popcount rust
Last synced: about 2 months ago
JSON representation
Simple compact popcount array map
- Host: GitHub
- URL: https://github.com/tokenrove/tiny-compact-map
- Owner: tokenrove
- Created: 2017-05-23T23:37:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T01:56:00.000Z (over 7 years ago)
- Last Synced: 2025-02-09T08:16:37.304Z (4 months ago)
- Topics: data-structure, popcount, rust
- Language: Rust
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple popcount-based compact array in Rust.