Changes for version 0.02 - 2026-08-12

  • Recover a file left behind by an interrupted create instead of leaving the path unopenable.
  • Frozen read-only mode: freeze() seals a file-backed structure; new_readonly() maps it O_RDONLY and queries it lock-free.
  • Documentation and test-harness corrections.
  • unlink() reports a removal that failed; one already gone is not an error.

Modules

shared-memory 2-D Fenwick tree (binary indexed tree) for Linux

Examples