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

https://github.com/hactarce/approx_collections

Collections using approximate floating-point comparison
https://github.com/hactarce/approx_collections

Last synced: 5 months ago
JSON representation

Collections using approximate floating-point comparison

Awesome Lists containing this project

README

          

# approx_collections

Collections using approximate floating-point comparison.

See [the docs](https://docs.rs/approx_collections/latest/approx_collections/) for a list of collections.

## Testing

I recommend setting the environment variable `PROPTEST_CASES` to `1_000_000` to test more cases (default is only `256`) and running tests using `cargo test --release`.

## Future plans

- Add proper iterator types for `ApproxHashMap`
- Implement `IntoIterator` for `ApproxHashMap`, `&ApproxHashMap`, and `&mut ApproxHashMap`