aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_strbitop_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.strbitop: Remove unused import in testsMatthew Wild2024-02-231-1/+1
|
* util.strbitop: Add common_prefix_bits() methodMatthew Wild2024-02-231-0/+44
| | | | | This returns the number of bits that two strings have in common. It is significantly more efficient than similar calculations in Lua.
* util.strbitop: Rename spec file to correct name so tests actually runMatthew Wild2024-02-231-0/+41