New
v0.7.4
What's Changed
- optimize HmmContext initialization by @wangrunji0408 in https://github.com/messense/jieba-rs/pull/123
- refactor: optimize string slicing and improve SplitState API for better performance by @aniaan in https://github.com/messense/jieba-rs/pull/125
- Fix memory allocation issue for large files by capping StaticSparseDAG capacity by @Copilot in https://github.com/messense/jieba-rs/pull/126
New Contributors
- @aniaan made their first contribution in https://github.com/messense/jieba-rs/pull/125
- @Copilot made their first contribution in https://github.com/messense/jieba-rs/pull/126
Full Changelog: https://github.com/messense/jieba-rs/compare/v0.7.3...v0.7.4