{"id":16809977,"url":"https://github.com/wowinter13/fast_fuzzy_matcher","last_synced_at":"2026-02-12T11:35:04.189Z","repository":{"id":215850922,"uuid":"705404729","full_name":"wowinter13/fast_fuzzy_matcher","owner":"wowinter13","description":"A tiny and blazing-fast fuzzy search in Ruby with FFI bindings to Go.","archived":false,"fork":false,"pushed_at":"2024-01-07T01:11:12.000Z","size":981,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T02:41:02.340Z","etag":null,"topics":["ffi","ffi-bindings","fuzzy-matching","fuzzy-search","golang","ruby"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wowinter13.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-15T23:19:47.000Z","updated_at":"2024-10-02T00:59:48.000Z","dependencies_parsed_at":"2024-01-07T02:07:47.469Z","dependency_job_id":"23addcff-3372-4203-ab62-14a5081797a8","html_url":"https://github.com/wowinter13/fast_fuzzy_matcher","commit_stats":null,"previous_names":["wowinter13/fast_fuzzy_matcher","wowinter13/fuzzy_matcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowinter13%2Ffast_fuzzy_matcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowinter13%2Ffast_fuzzy_matcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowinter13%2Ffast_fuzzy_matcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowinter13%2Ffast_fuzzy_matcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wowinter13","download_url":"https://codeload.github.com/wowinter13/fast_fuzzy_matcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248325983,"owners_count":21085019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ffi","ffi-bindings","fuzzy-matching","fuzzy-search","golang","ruby"],"created_at":"2024-10-13T10:14:19.551Z","updated_at":"2026-02-12T11:34:59.149Z","avatar_url":"https://github.com/wowinter13.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FuzzyMatch\n\nThis library is a work in progress. \n\nThe fastest Fuzzy Matcher in the wild west. FFI-based.\n\nFind a needle in a haystack based on string similarity and regular expression rules.\n\n\n### Basic usage\n\nJust pass an array of strings to the matcher and it will return the best match(es) for the given needle.\n\n```ruby\nrequire 'fast_fuzzy_matcher'\n\nFuzzyMatcher.find(\"whl\", [\"cartwheel\", \"foobar\", \"wheel\", \"baz\"])\n=\u003e [\"cartwheel\", \"wheel\"]\n\n```\n\n### Advanced usage\n\nBetter documentation is coming soon. For now, please refer to the specs.\n\n\n\n# Benchmarks\n\nTo be done.\n\nApproximately 10-60x faster than the fastest Ruby implementation. The difference is more pronounced for longer strings and larger dictionaries.\n\n\n## Documentation\n\nDetailed documentation is available at [rubydoc](https://rubydoc.info/gems/fast_fuzzy_matcher).\n\n## Installation\n\nfast_fuzzy_matcher is available as a gem, to install it just install the gem:\n\n    gem install fast_fuzzy_matcher\n\nIf you're using Bundler, add the gem to Gemfile.\n\n    gem 'fast_fuzzy_matcher'\n\nRun `bundle install`.\n\n## Running tests\n\n    bundle exec rspec spec/\n\n\n## Contributing\n\n1. Fork it ( https://github.com/wowinter13/fast_fuzzy_matcher/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nMIT License. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwowinter13%2Ffast_fuzzy_matcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwowinter13%2Ffast_fuzzy_matcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwowinter13%2Ffast_fuzzy_matcher/lists"}