Changes for version 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

Modules

Thread-safe doubly linked list
Non-thread-safe doubly linked lists (faster, single-threaded use only)