v0.0.13
What's Changed
- feat(numa): NUMA-aware pinned memory allocation for optimal GPU affinity by @xiaguan in #78
- perf(core): replace std::sync::Mutex with parking_lot and optimize lock hold time by @xiaguan in #87
- refactor(ssd): unify ring buffer state with two-phase commit by @xiaguan in #89
- fix(ci): add typos.toml config by @xiaguan in #91
- refactor(server): add health check endpoint and clean up CLI args by @xiaguan in #90
- style(python): reformat and lint, upgrade ruff and isort in precommit by @jimmy-evo in #92
- chore: bump version to 0.0.13 by @jimmy-evo in #93
Full Changelog: v0.0.12...v0.0.13