Skip to content

v0.0.13

Choose a tag to compare

@jimmy-evo jimmy-evo released this 03 Feb 09:50
· 181 commits to master since this release
4c72135

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