Revision history for Data-CountMinSketch-Shared

0.04      2026-08-11
          - Frozen read-only mode: freeze() seals a file-backed structure;
            new_readonly() maps it O_RDONLY and queries it lock-free.
          - Clamp the derived depth for a subnormal delta; it could collapse to
            a single hash row.
          - stats(): report delta as exp(-min(depth, width)).
          - Recover a file left behind by an interrupted create instead of
            leaving the path unopenable.
          - unlink() reports a removal that failed; one already gone is not an
            error.
          - Hardening: re-entrancy with tied and overloaded arguments, and
            DESTROY on an invocant that is not one of ours.
          - Documentation and test-harness corrections.

0.03      2026-07-22
          - On-disk format change (v1 -> v2): an existing 0.02 file is
            refused; recreate it.
          - Fix a use-after-free in merge(): sv_isobject on the peer argument
            runs get-magic, so a tied argument can destroy this object before
            its handle is used again. Such a call now croaks.
          - Resolve argument magic before capturing the path string.
          - Document that counters wrap at 2^64.

0.02      2026-07-03
          - Security and robustness hardening; backing files now created mode
            0600 (pass a file-mode argument to new() for cross-user sharing).

0.01      2026-06-25
          - Initial release.
