Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
autocorrect-darwin-amd64.tar.gz | 2025-03-24 | 4.4 MB | |
autocorrect-darwin-arm64.tar.gz | 2025-03-24 | 4.2 MB | |
autocorrect-linux-amd64.tar.gz | 2025-03-24 | 4.8 MB | |
autocorrect-linux-arm64.tar.gz | 2025-03-24 | 5.3 MB | |
autocorrect-linux-arm64.tar.gz.sha256 | 2025-03-24 | 65 Bytes | |
autocorrect-linux-musl-amd64.tar.gz | 2025-03-24 | 4.8 MB | |
autocorrect-linux-musl-amd64.tar.gz.sha256 | 2025-03-24 | 65 Bytes | |
autocorrect-linux-musl-arm64.tar.gz | 2025-03-24 | 5.3 MB | |
autocorrect-linux-musl-arm64.tar.gz.sha256 | 2025-03-24 | 65 Bytes | |
autocorrect-windows-amd64.zip | 2025-03-24 | 4.5 MB | |
autocorrect-windows-amd64.zip.sha256 | 2025-03-24 | 65 Bytes | |
autocorrect-darwin-amd64.tar.gz.sha256 | 2025-03-24 | 65 Bytes | |
autocorrect-darwin-arm64.tar.gz.sha256 | 2025-03-24 | 65 Bytes | |
autocorrect-linux-amd64.tar.gz.sha256 | 2025-03-24 | 65 Bytes | |
README.md | 2025-03-24 | 1.0 kB | |
v2.13.3 source code.tar.gz | 2025-03-24 | 1.2 MB | |
v2.13.3 source code.zip | 2025-03-24 | 1.3 MB | |
Totals: 17 Items | 35.8 MB | 0 |
What's Changed
🎉 Special thanks @quake for these performance changes, this version AutoCorrect get about 10% ~ 30% performance up.
- perf: Optimize
ReplaceRule
struct by @quake in https://github.com/huacnlee/autocorrect/pull/246 - perf: Optimize spellcheck rule by @quake in https://github.com/huacnlee/autocorrect/pull/247
- perf: Optimize format_word function performance by using direct Unicode mapping by @quake in https://github.com/huacnlee/autocorrect/pull/245
- perf: Use Cow to avoid creates string on format. by @quake in https://github.com/huacnlee/autocorrect/pull/248
- doc: Add use case for greptimedb by @yihong0618 in https://github.com/huacnlee/autocorrect/pull/244
- doc: Update benchmark result. by @huacnlee in https://github.com/huacnlee/autocorrect/pull/249
New Contributors
- @quake made their first contribution in https://github.com/huacnlee/autocorrect/pull/246
Full Changelog: https://github.com/huacnlee/autocorrect/compare/v2.13.2...v2.13.3