lsm-memtable-swap-is-reference-not-copy

Status: IN

`_flush` line 307 `frozen = self._memtable` captures a Python reference to the SortedDict, not a deep copy, so concurrent mutation of the dict after the swap would be unsafe without synchronization

Source: entries/2026/05/29/topic-concurrent-flush-safety.md

JSON