Revision history for Doubly
0.14 2026-01-19
- Move from _pos (which is basically an array index) to _node_id which keeps the pos after insertion correctly
0.13 2026-01-17
- Fixes to align behaviour
0.12 2026-01-17
- Refactor Doubly with a new approach to be thread safe
- Old pointer based implementation now Doubly::Pointer
- Doubly is faster than Doubly::Pointer in both (non-)threaded environments
0.11 2026-01-15
- Finally Fix memory leaks!!
- Add benchmark <-- you should use this version
0.01 2025-05-13
Test release to see OS support for a basic example