12 breaking releases

0.13.0 Dec 4, 2024
0.12.0 Nov 7, 2024
0.11.0 Oct 8, 2024
0.6.0 Feb 19, 2024
0.1.1 Jul 9, 2023

#370 in Data structures

Download history 4/week @ 2024-09-09 209/week @ 2024-09-16 49/week @ 2024-09-23 63/week @ 2024-09-30 182/week @ 2024-10-07 19/week @ 2024-10-14 7/week @ 2024-10-21 53/week @ 2024-10-28 296/week @ 2024-11-04 163/week @ 2024-11-11 183/week @ 2024-11-18 3/week @ 2024-11-25 165/week @ 2024-12-02 112/week @ 2024-12-09 8/week @ 2024-12-16 55/week @ 2024-12-23

340 downloads per month
Used in 8 crates (6 directly)

Apache-2.0

120KB
2.5K SLoC

sync42

sync42 provides synchronization tools.

Status

Active development. sync 42 is likely to expand to include new data structures. Existing data structures are maintenance-track.

Scope

sync42 provides core types for synchronization. Any synchronization pattern general enough to be generalized is candidate for inclusion.

Warts

  • The library is currently missing some critical data structures.
  • The documentation needs work.

Documentation

The latest documentation is always available at docs.rs.

Updating

  • 0.3.0 -> 0.4.0: Changes to StateHashTable and WaitList.
  • 0.2.0 -> 0.3.0: Added the StateHashTable. Backwards compatible for existing structures.

Dependencies

~37KB