Releases: Techcable/dropping-thread-local.rs
Releases · Techcable/dropping-thread-local.rs
Update intid crate to fix compilation errors
Replace hashmap with Vec
Performance improvements are less than stellar (within 10%), but still worthwhile.
Move performance notes and benchmarks to a separate file, avoiding clutter in the main docs/readme.
Update imbl from v5.0 to v6.0
No other changes besides updating the imbl dependency.
Add set method to dropping thread local
No other changes.
Add get_or_try_init method
No longer marked as an alpha.
Initial release
Implemented entirely in safe code. Passes basic tests.