13 breaking releases

0.14.0 Feb 4, 2025
0.13.0 Dec 4, 2024
0.12.0 Nov 7, 2024
0.6.0 Feb 19, 2024
0.1.1 Jul 9, 2023

#348 in Data structures

Download history 7/week @ 2024-10-22 58/week @ 2024-10-29 297/week @ 2024-11-05 171/week @ 2024-11-12 168/week @ 2024-11-19 4/week @ 2024-11-26 170/week @ 2024-12-03 108/week @ 2024-12-10 7/week @ 2024-12-17 54/week @ 2024-12-24 10/week @ 2025-01-07 2/week @ 2025-01-14 143/week @ 2025-02-04

147 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