benchmark/native.rb | 100644 | 0 | 0 | | | 794 Bytes | c2b83fe3b64df7121efadae104f067a4b009e0e671f4a630e4b58068c709ea9f |
.gitignore | 100644 | 0 | 0 | | | 118 Bytes | e2921b47434fee642cc41a4a607890fc7b9f5dd78542e6d01233058d17191910 |
.rspec | 100644 | 0 | 0 | | | 30 Bytes | e3a05cdf2301e0e7d8be6b1d1137aa310d7d023575bb2f305df3519c6df5cf2b |
.travis.yml | 100644 | 0 | 0 | | | 59 Bytes | 28fb0f0935d13acd3f436ccc95075646d2a58af60522a958dfcae55ca3e4508e |
Gemfile | 100644 | 0 | 0 | | | 38 Bytes | 3fd308fbb44b5b39f8b5f6265d93dd2d73023007aef60d3364dd8b2e5a8ce1a1 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.04 KB | a40f9981c2904f09be8912c97ae593bb88a9d247044d2cadfa24b85ad33b9c42 |
README.md | 100644 | 0 | 0 | | | 6.09 KB | ffaf2dd4c88d25eff35619510bf94f3ecb83d38fa2c532dd3e0d36fc058195da |
Rakefile | 100644 | 0 | 0 | | | 1.9 KB | 7b93299f6a8356be51f30c78ac9b63168aceeddf620fd46c57c8ded0a5d6c036 |
benchmark/native.txt | 100644 | 0 | 0 | | | 693 Bytes | 7e5f8d47b501cc96ecd1128f1bcefc5ea68550fa88dd05052d2b633f4cc682bd |
benchmark/pure.rb | 100644 | 0 | 0 | | | 535 Bytes | 1ca80f6d629b74f452b30ddfe5e84bc4a745c6acc80465f9785c92b3d12d1d9c |
benchmark/pure.txt | 100644 | 0 | 0 | | | 441 Bytes | eda1f38c5275cd51c8501b246ca37880edc7f108f85ce0580f01ffce9f913eee |
ext/jaro_winkler/adj_matrix.c | 100644 | 0 | 0 | | | 3.12 KB | c6e7cb0f0695a6880853c1a949b4bce7091d018559ee295c49b71ef41fca2938 |
ext/jaro_winkler/adj_matrix.h | 100644 | 0 | 0 | | | 591 Bytes | c524d70f07ed731da36c9e4008ccf74d4c9bb80011e841f1049ec05e189c5752 |
ext/jaro_winkler/code.c | 100644 | 0 | 0 | | | 951 Bytes | 021d78c8031c28d4b49368774a75689bb8407412b6fe2df8f7be5fc3c0f17c1e |
ext/jaro_winkler/code.h | 100644 | 0 | 0 | | | 218 Bytes | 7174ebb9a412b1c29ed8f2b14a98b33991bb2e18a800f83a3c1275500741ea64 |
ext/jaro_winkler/extconf.rb | 100644 | 0 | 0 | | | 367 Bytes | 91c2211465798d243d2e8723a09db4de5c56a0419b1f9eaccc01567d135a6781 |
ext/jaro_winkler/jaro.c | 100644 | 0 | 0 | | | 3.26 KB | a21e18236c997f07138a54aae0b9591d6b30ecc4761625fc9129184dd81c1590 |
ext/jaro_winkler/jaro.h | 100644 | 0 | 0 | | | 414 Bytes | 2b7112608bca1a78164c8d45baeb92dddc4a3a307f6f7aea05cfc5b0576eea64 |
ext/jaro_winkler/jaro_winkler.c | 100644 | 0 | 0 | | | 1.41 KB | a0fe0eb08a2a1e73b6092f7da5d9b895ca202732191ca5fa933cc0a756e9373a |
ext/jaro_winkler/murmur_hash2.c | 100644 | 0 | 0 | | | 1.35 KB | cf48754753064017f1268ef715e08b0bdd5c99f97b2cb2490e030cc3cffdd61c |
jaro_winkler.gemspec | 100644 | 0 | 0 | | | 1.39 KB | 5dd29b101239e39473ab34df98a8e442df583f9559c52b1281c287c6bb500f29 |
lib/jaro_winkler.rb | 100644 | 0 | 0 | | | 2.62 KB | 062d87f5ad075660f4a3e90345eef147106bcc76f0a8ae4f884727761a5b484c |
lib/jaro_winkler/adjusting_table.rb | 100644 | 0 | 0 | | | 850 Bytes | 230dbee864a3bf4aeae280270597274aa44189340a7a3e6ea5d5cb348b9fc7e8 |
lib/jaro_winkler/fallback.rb | 100644 | 0 | 0 | | | 90 Bytes | 2f146b565ace2803535a73654b48d5408419bf821308a8fd74d54b4dcb8e517f |
lib/jaro_winkler/version.rb | 100644 | 0 | 0 | | | 43 Bytes | 30f2cefc098972dc52630982ba5350c7f34ce67647128d4b0e5667d2a6360189 |
spec/adjusting_table_spec.rb | 100644 | 0 | 0 | | | 197 Bytes | ba5cae1e9ef1270926a2633383917e4f405758f35994b4918728f5ac0fce635d |
spec/jaro_winkler_spec.rb | 100644 | 0 | 0 | | | 3.23 KB | 1527bb5cd6dbb2853fbda1cb35b4b7d2502da5e42070539c90bfb412fb47a5bf |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 4.13 KB | fe035286f007e34a914121597996206b85b1c4b8ee5aeb259ff2ab9e432e4ccd |