-
1.2.0 Stable
released this
2026-03-17 14:37:35 +03:00 | 2 commits to main since this release- remove cap() from Slice.Equal() and Set.Equal()
- add regression tests for equality with different capacities and Pop(0)
- make Queue.Enqueue() and Queue.Dequeue() properly synchronized
- add QueueEmptyErr; return error from Dequeue() and Peak() on empty queue
- make Queue.Raw() return a copy instead of exposing internal storage
- update queue examples/benchmarks and add tests for empty/full/basic queue behavior
Downloads