Skip to content

Releases: Darkrock-Studios/SymSpellKt

v3.4.0

15 Jun 00:38

Choose a tag to compare

Removed early-out optimization as it resulted in incorrect results for many queries

Full Changelog: v3.3.3...v3.4.0

v3.3.3

03 Apr 01:22

Choose a tag to compare

  • Fixed issues with the publishing script, now all artifacts are successfully published to Maven Central

v3.3.0

26 Feb 03:24

Choose a tag to compare

  • wasmJS: Fixed Fdic loading util starving the main thread
  • wasmJS: Fixed the Korge implementation's readFdic crash

fdic CLI prebuilt binaries:

Platform Artifact
Windows x86_64 fdic.exe
Linux x86_64 fdic.kexe

v3.1.0

05 Dec 04:29

Choose a tag to compare

  • Optimized the single term lookup function, improving its performance by 20%
  • Implemented comprehensive performance bench marking framework to help catch regressions and validate optimizations
  • Created the .fdic file format, optimized for both size on disk and loading/parsing speed
  • Created fdic-cli, command line program for producing .fdic files from plain text frequency dictionaries
  • Created SymSpellKt-Fdic addon library for loading fdic files into a SymSpellKt SpellCheck object

fdic CLI prebuilt binaries:

Platform Artifact
Windows x86_64 fdic.exe
Linux x86_64 fdic.kexe