0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 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... about 9 years ago
Optimize looped code More... about 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... almost 10 years ago
Ignore non-A-Z in input to Soundex More... almost 10 years ago
Use yml ext for YAML test data More... almost 10 years ago
Move Soundex test data to file More... almost 10 years ago
Make benchmarking output prettier More... about 10 years ago
Merge branch 'levenshtein_max_distance' More... about 10 years ago
Benchmark Levenshtein with maximum More... about 10 years ago
Use generated data to test Levenshtein More... about 10 years ago
Optimise by dispatching early More... about 10 years ago
Add some benchmarking of Levenshtein More... about 10 years ago
Tweak spacing and remove unnecessary parens More... about 10 years ago
Prefer if/else to ternary More... about 10 years ago
Use a more common idiom for array initialisation More... about 10 years ago
Avoid for More... about 10 years ago
Be explicit when sorting is intended More... about 10 years ago
Tweak comments and remove trailing space More... about 10 years ago
Encode CK → K in Metaphone More... about 10 years ago
Reduce second loop to 2k-1 (where k is max_distance), when max_distance is specified More... about 10 years ago
Fix: Diagonal index was not correctly calculated in some special cases when levenshtein matrix was not square More... about 10 years ago