Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 478 Bytes

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.

Authors