11 breaking releases

new 0.12.0 Nov 7, 2024
0.10.0 Sep 17, 2024
0.6.0 Feb 19, 2024
0.5.0 Dec 27, 2023
0.1.1 Jul 9, 2023

#352 in Data structures

Download history 3/week @ 2024-07-18 1/week @ 2024-07-25 4/week @ 2024-08-01 1/week @ 2024-08-08 266/week @ 2024-08-15 48/week @ 2024-08-22 28/week @ 2024-08-29 142/week @ 2024-09-05 171/week @ 2024-09-12 66/week @ 2024-09-19 64/week @ 2024-09-26 167/week @ 2024-10-03 49/week @ 2024-10-10 11/week @ 2024-10-17 34/week @ 2024-10-24 76/week @ 2024-10-31

207 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