You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate data structures into safe/unsafe versions when necessary : safe = no unsafe use of Obj.magic / unsafe = extensive use of Obj.magic with great performances.
Second round of documentation improvement
Testing:
Dscheck tests for all data structures
STM tests for all data structures
Benchmarks
The text was updated successfully, but these errors were encountered:
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:
Better interface and documentation:
pop_opt
,peek
,peek_opt
functions forqueue
#92Obj.magic
/ unsafe = extensive use ofObj.magic
with great performances.Testing:
The text was updated successfully, but these errors were encountered: