https://github.com/stebalien/stash-rs
A fast map for when one doesn't care about choosing the keys.
https://github.com/stebalien/stash-rs
datastructure library map rust rust-library
Last synced: 10 months ago
JSON representation
A fast map for when one doesn't care about choosing the keys.
- Host: GitHub
- URL: https://github.com/stebalien/stash-rs
- Owner: Stebalien
- License: other
- Created: 2016-06-30T16:11:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T02:24:52.000Z (about 1 year ago)
- Last Synced: 2025-04-08T02:01:39.698Z (10 months ago)
- Topics: datastructure, library, map, rust, rust-library
- Language: Rust
- Homepage: http://stebalien.com/projects/stash/
- Size: 903 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Stash
Stash is a library for storing items where you need (amortized) `O(1)`
insertion, deletion, and lookups but don't care about the order of the items and
don't need to be able to choose the keys.
Please see the [API](https://stebalien.github.io/stash-rs/stash/)
documentation for a more detailed description.
# Authors
* Steven Allen
* Robbepop
* Shane Pearman
* Simon Persson