Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skazemi/collidea-rust
Collision-prone memory-efficient collections
https://github.com/skazemi/collidea-rust
data-structures hash hashmap hashset memory-efficient
Last synced: 10 days ago
JSON representation
Collision-prone memory-efficient collections
- Host: GitHub
- URL: https://github.com/skazemi/collidea-rust
- Owner: skazemi
- License: mit
- Created: 2022-09-01T15:35:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T20:51:01.000Z (over 2 years ago)
- Last Synced: 2024-12-10T09:37:13.647Z (about 1 month ago)
- Topics: data-structures, hash, hashmap, hashset, memory-efficient
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collidea-rust
Experimental collision-prone memory-efficient collections![Rust](https://github.com/skazemi/collidea-rust/workflows/Rust/badge.svg?branch=main)
[![crates.io](https://img.shields.io/crates/v/collidea.svg)](https://crates.io/crates/collidea)## Features
- No collision-free guarantee
- Memory-efficient
- Near-Zero overhead
- Partially API compatible with `std::collections`### Collections
- [ ] Hash map
- [ ] Hash set