Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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