Skip to content

Releases: messense/jieba-rs

v0.8.1

07 Sep 11:52
v0.8.1
ebcbda8

Choose a tag to compare

  • Migrate fxhash to rustc-hash in #135

Full Changelog: v0.8.0...v0.8.1

v0.8.0

30 Jul 14:12
v0.8.0
3f79e15

Choose a tag to compare

What's Changed

  • perf: apply some optimizations by @messense in #127
  • Update dependencies, remove unused dev dependency and make clippy happy by @lukingcathy in #128
  • Upgrade to Rust 2024 edition, replace lazy_static and jemallocator by @lukingcathy in #129

New Contributors

  • @lukingcathy made their first contribution in #128

Full Changelog: v0.7.4...v0.8.0

v0.7.4

13 Jul 14:34
v0.7.4
c1a776c

Choose a tag to compare

What's Changed

  • optimize HmmContext initialization by @wangrunji0408 in #123
  • refactor: optimize string slicing and improve SplitState API for better performance by @aniaan in #125
  • Fix memory allocation issue for large files by capping StaticSparseDAG capacity by @Copilot in #126

New Contributors

  • @aniaan made their first contribution in #125
  • @Copilot made their first contribution in #126

Full Changelog: v0.7.3...v0.7.4

v0.7.3

26 May 13:01
v0.7.3
91d39cc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

21 Jan 13:22
v0.7.2
040dfe3

Choose a tag to compare

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Dec 14:51
v0.7.1
c609223

Choose a tag to compare

What's Changed

  • feat: compress data at build time by @fengkx in #111
  • fix wrong visibility modifier by @zh217 in #113
  • Add jieba-macros for HMM data generation and remove build.rs file by @sepcnt in #117

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

16 Apr 12:58
v0.7.0
ca78b4a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.8...v0.7.0