Skip to content

cheetah-string v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 02:36
· 17 commits to main since this release
b4c49bb

What's Changed

  • [ISSUE #100]鉁≧efactor CheetahString for improved memory handling and SIMD support by @mxsm in #101
  • [ISSUE #102]鉁ˋdd comprehensive benchmark for CheetahString and improve string splitting logic by @mxsm in #103
  • [ISSUE #104]鉁‥nhance CheetahString with new tests and internal optimizations for buffer reuse and cloning by @mxsm in #105
  • Feat: Harden string invariants, serde semantics, Cargo features, and release automation by @mxsm in #116
  • Feat: Add layout and benchmark artifacts by @mxsm in #117
  • Enh: Use memchr for substring search by @mxsm in #118
  • Enh: Reuse mutation fast paths by @mxsm in #119
  • Enh: Contract string representation variants by @mxsm in #120
  • Feat: Add CheetahBytes byte semantics by @mxsm in #121
  • Feat: Add RocketMQ workload benchmarks by @mxsm in #122
  • Feat: Add experimental packed representation by @mxsm in #123

Full Changelog: v1.0.1...v1.1.0