{"id":22038595,"url":"https://github.com/jamescook/soundx","last_synced_at":"2026-01-30T03:13:37.761Z","repository":{"id":56896513,"uuid":"184501266","full_name":"jamescook/soundx","owner":"jamescook","description":"Soundex library (written in C)","archived":false,"fork":false,"pushed_at":"2022-04-30T12:43:07.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-03T15:10:09.832Z","etag":null,"topics":["c","ruby","soundex"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jamescook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-02T00:49:38.000Z","updated_at":"2024-10-10T14:58:40.000Z","dependencies_parsed_at":"2022-08-20T17:10:27.543Z","dependency_job_id":null,"html_url":"https://github.com/jamescook/soundx","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jamescook/soundx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fsoundx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fsoundx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fsoundx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fsoundx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamescook","download_url":"https://codeload.github.com/jamescook/soundx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fsoundx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28897939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"online","status_checked_at":"2026-01-30T02:00:06.810Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","ruby","soundex"],"created_at":"2024-11-30T11:06:50.104Z","updated_at":"2026-01-30T03:13:37.746Z","avatar_url":"https://github.com/jamescook.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soundex Library\n\n---\n\nSoundX is a Ruby native extension that implements the Soundex algorithm\n\n### Usage\n```ruby\nrequire 'soundx'\nirb: SoundX.encode('Robert')\n=\u003e R163\n\nirb: SoundX.encode('Rupert')\n=\u003e R163\n```\n\n### Benchmark\n\nTested on Core i7 Macbook Pro (2014). Ruby 2.6.3\nSee the benchmark folder for yet another Ruby implementation.\n```\nCalculating -------------------------------------\nMy Ruby-only version    254.744k (± 5.1%) i/s -      3.811M in  15.003116s\n              SoundX      6.474M (± 4.7%) i/s -     97.079M in  15.032826s\n   Text::Soundex gem     91.562k (± 3.8%) i/s -      1.376M in  15.051172s\n         Soundex gem     66.860k (± 7.3%) i/s -    999.939k in  15.039989s\n\nComparison:\n              SoundX:  6473685.9 i/s\nMy Ruby-only version:   254743.6 i/s - 25.41x  slower\n   Text::Soundex gem:    91562.5 i/s - 70.70x  slower\n         Soundex gem:    66860.3 i/s - 96.82x  slower\n```\n\n### Requirements\n* Ruby 2.1+\n* gcc/clang\n\n### Developing\n\nSimply make your changes and re-run the tests. Compilation is automatic.\n```\nrake test\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescook%2Fsoundx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamescook%2Fsoundx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescook%2Fsoundx/lists"}