-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Milestone
Description
The release of Saturn 1.0 coming soon, here is a recap of what has been done and what we plan to do before it !
New features:
- Wait-free size for lock-free data structures #102
- Lock free skiplist with size #99
- A lock-free bounded queue #83
- Lock free hash table #117
Better interface and documentation:
- First round of documentation improvement: Better README. #91
- Standardize data structures API and add simple but user-friendly functions :
pop_opt,peek,peek_optfunctions forqueue#92 - Examples (partially done in Add simple examples for MS queue #59)
- Duplicate data structures into safe/unsafe versions when necessary : safe = no unsafe use of
Obj.magic/ unsafe = extensive use ofObj.magicwith great performances. - Second round of documentation improvement
Testing:
- Dscheck tests for all data structures
- STM tests for all data structures
- Benchmarks
Metadata
Metadata
Assignees
Labels
No labels