fhelium.benchmarks.io
Strict atomic JSON persistence for benchmark utilities.
write_json_atomic
function View source
python
def write_json_atomic(path: str | os.PathLike[str], payload: Mapping[str, Any]) -> None: ...1
Write strict JSON through a synchronized same-directory temporary.