log-structured-bitcask-no-fsync

Status: IN

`log-structured-hash-table/bitcask.py` uses only `flush()` without `os.fsync()` on data writes, unlike `hash-index-storage` which calls `os.fsync` per record when `sync_writes` is enabled

Source: entries/2026/05/29/topic-bitcask-paper-design.md

JSON