spearman / stash-rs

A fast map for when one doesn't care about choosing the keys.

Home Page:http://stebalien.com/projects/stash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 documentation for a more detailed description.

About

A fast map for when one doesn't care about choosing the keys.

http://stebalien.com/projects/stash/

License:Other


Languages

Language:Rust 100.0%