Releases: Bathtor/rust-hash-wheel-timer
Releases · Bathtor/rust-hash-wheel-timer
Release 1.3.0
Release 1.2.0
- avoid panic when using cancel and the Rc is still live (#2)
- update
uuid
dependency to 1.3
1.1.0 Release
This release changes the memory layout of QuadWheel
to be more cache friendly and removed the dependency on the arr_macro crate for initialisation, significantly reducing the amount of generated LLVM IR.
Thanks @Max-Meldrum for the contribution.
1.0.0 Release
This release marks the stable API of this create.
While it is the first release in this repository, the code has been running as part of the kompact crate for a long time before, and now simply been separated out and the APIs made more generic to suit different kinds of applications.