v0.13.0 - 2021/08/25
-
Update
hashbrown
dependency from version0.9
to version0.11
. -
Add
shrink_to_fit
method toStringInterner
via backend. (#36) -
Add support more than 4G of interned strings with
StringBackend
. (#37) -
Remove
S: Symbol
trait bound from interner backends. -
Remove
S: Symbol
trait bound fromClone impl
forStringBackend
. -
Reworked the memory and allocation tests
- Run them via
cargo test -- --test-threads 1
- Run them via
-
CI now tests the whole build for windows, linux (ubuntu) and macos.
-
Add
cargo-audit
andcargo-outdated
checks to CI pipeline. -
Remove no longer needed
jemalloc
dev-dependency
.