Skip to content

Releases: Techcable/dropping-thread-local.rs

Update intid crate to fix compilation errors

14 Aug 21:47
769394f

Choose a tag to compare

The intid crate is now in beta, so I don't plan to make any more breaking changes.

Replace hashmap with Vec

14 Aug 08:45
4a144d1

Choose a tag to compare

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

14 Aug 05:11
353c991

Choose a tag to compare

No other changes besides updating the imbl dependency.

Add set method to dropping thread local

11 Aug 06:18
d74981d

Choose a tag to compare

Add get_or_try_init method

10 Aug 02:11
178db9e

Choose a tag to compare

No longer marked as an alpha.

Initial release

07 Jul 06:51
bf2d2ee

Choose a tag to compare

Initial release Pre-release
Pre-release

Implemented entirely in safe code. Passes basic tests.