0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 1.3.1 More... about 9 years ago
Unroll and swap is faster than map/sort More... about 9 years ago
Unroll 2-item map More... about 9 years ago
Return max distance when string is empty More... about 9 years ago
Improve consistency of similar code More... over 9 years ago
Optimize looped code More... over 9 years ago
Version 1.3.0 More... almost 10 years ago
Constrain Rake version so gem is happy More... almost 10 years ago
Add licence to gem More... almost 10 years ago
Remove unecessary branch More... almost 10 years ago
Return nil for uncodable strings More... almost 10 years ago
Use Ruby's built-in string padding More... about 10 years ago
Ignore non-A-Z in input to Soundex More... about 10 years ago
Use yml ext for YAML test data More... about 10 years ago
Move Soundex test data to file More... about 10 years ago
Make benchmarking output prettier More... over 10 years ago
Merge branch 'levenshtein_max_distance' More... over 10 years ago
Benchmark Levenshtein with maximum More... over 10 years ago
Use generated data to test Levenshtein More... over 10 years ago
Optimise by dispatching early More... over 10 years ago
Add some benchmarking of Levenshtein More... over 10 years ago
Tweak spacing and remove unnecessary parens More... over 10 years ago
Prefer if/else to ternary More... over 10 years ago
Use a more common idiom for array initialisation More... over 10 years ago
Avoid for More... over 10 years ago
Be explicit when sorting is intended More... over 10 years ago
Tweak comments and remove trailing space More... over 10 years ago
Encode CK → K in Metaphone More... over 10 years ago
Reduce second loop to 2k-1 (where k is max_distance), when max_distance is specified More... over 10 years ago
Fix: Diagonal index was not correctly calculated in some special cases when levenshtein matrix was not square More... over 10 years ago