intern-arc 0.2.0

An interner that deallocates unused values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Interning library based on atomic reference counting

For the docs see [docs.rs](https://docs.rs/intern_arc).

When developing please make use of `cargo bench` and `cargo +nightly miri` — the multithreading tests are sized such that they bring issues to the surface when run with miri (which is rather slow).
Once you notice problems, debugging is easier with

```bash
export MIRIFLAGS=-Zmiri-disable-isolation
cargo +nightly miri test --features println -- --nocapture multithreading_hash
```

## License

At your option: Apache-2.0 or MIT