Skip to content

cheetah-string-0.1.8

Choose a tag to compare

@mxsm mxsm released this 05 Jan 04:50
· 44 commits to main since this release
7d48abb

馃悊 Cheetah String V0.1.8 Release 馃攰

What's Changed

  • [ISSUE #72]鉁ˋdd UTF-8 validation methods and deprecate unsafe conversions in CheetahString by @mxsm in #73
  • [ISSUE #74]馃殌Implement Small String Optimization (SSO) for CheetahString to reduce heap allocations for short strings by @mxsm in #75
  • [ISSUE #76]鉁ˋdd query and transformation methods for CheetahString, including starts_with, ends_with, contains, find, rfind, trim, split, and more by @mxsm in #77
  • [ISSUE #78]鉁ˋdd benchmarks for CheetahString performance across creation, cloning, querying, transforming, concatenating, iterating, and size scaling by @mxsm in #79
  • [ISSUE #80]馃敄Bump version to 0.1.8 by @mxsm in #81
  • [ISSUE #84]鉁‥nhance CheetahString with ArcStr support and incremental building methods by @mxsm in #85
  • [ISSUE #82]馃敡Update Clippy check to include all features for improved linting by @mxsm in #83

Full Changelog: v0.1.7...v0.1.8