Commit Graph

7 Commits

Author SHA1 Message Date
Ophir LOJKINE
d6717dbac8 [performance] Improve the performance of damerau_levenshtein (#32)
* [performance] Improve the performance of damerau_levenshtein

My tests show the new version is approximately 2.5 times faster than
the old ones. Most of the gains come from using hashbrown for the
hashmap.

* Switch back to rust 2015 to fix CI

* Increase minimum required rust version to 1.31

* Simplify the levenshtein function
2019-04-08 17:08:20 -04:00
Danny Guo
f89f245766
Add a pinned Rust version to the Travis config (#27)
Fixes #26
2018-10-30 18:47:31 -04:00
Danny Guo
7947482ec4
Use Travis for Windows testing (#25)
Travis added Windows support a few weeks ago, so we can drop AppVeyor.
2018-10-28 14:36:51 -04:00
Danny Guo
bd5769bb5c Test against the full Rust suite 2015-10-01 00:01:05 -04:00
Danny Guo
ddf0843406 Update Travis to test Rust 1.0.0 2015-06-10 00:38:49 -04:00
Danny Guo
1f755adf8d Remove usage of unstable features 2015-04-30 00:45:29 -04:00
Danny Guo
b722e03d42 Add Travis configuration 2015-02-09 22:18:13 -05:00