Releases: Lips7/Matcher
Releases · Lips7/Matcher
v0.5.6
Full Changelog: v0.5.5...v0.5.6
v0.5.5
Full Changelog: v0.5.4...v0.5.5
v0.5.4
Full Changelog: v0.5.3...v0.5.4
v0.5.3
v0.5.2
Flexibility
- Remove msgpack, now non-rust users should use json to serialize input of Matcher and SimpleMatcher.
- Refactor Java code.
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Performance
- Use FxHash to speed up simple matcher process.
Flexibility
- Remove unnecessary dependencies.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.6
Performance
- Significantly optimize performance when multiple simple match type are used.
Full Changelog: v0.4.5...v0.4.6
v0.4.5
Full Changelog: v0.4.4...v0.4.5
Changed
- Optimize Simple Matcher
process
function when multiple simple_match_type are used. - add
dfa
feature to matcher_rs. - shrink
FANJIAN
conversion map.
v0.4.4
Changed
- Merge PINYIN and PINYINCHAR process matcher build.
- Add
process
function to matcher_py/c/java. - Fix simple matcher process function issue.
- Refactor matcher_py file structure, use
rye
to manage matcher_py. - Delete
println!
in matcher_c.
Full Changelog: v0.4.3...v0.4.4