Lightweight Fuzzy evaluation protocol with CollectionType extension
Stars
5
Forks
4
Watchers
5
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #3 from LuizZak/wrapper_cache
2addcfaView on GitHubAdjusting unit tests to help cover the time different when fuzzy matching cached and non-cached fuzzy searchables
33f248aView on GitHubAddressing review - Making FuzzySearchable.fuzzyTokenized a non-public method.
a169e99View on GitHubSome adjustments to what is cached in a FuzzyCache
da6fd49View on GitHubUpdating README.md with new CachedFuzzySearchable struct
c0ce2cdView on GitHubCollapse extension scope opening to declare all CachedFuzzySearchable members into one implementation scope
6d01f74View on GitHubInternalizing some previously-public implementation details for the cached wrapper
a42d234View on GitHubAdjusting caching mechanism to use a wrapper struct instead of an extension over the FuzzySearchable protocol
0441f7eView on GitHub