| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Implement FNV (Fowler–Noll–Vo) hashing in the project instead of pulling in a separate gem. This normally wouldn't really be worth it, but the algorithm is extremely simple to implement, and it is somewhat nice to keep the gem so that it has no dependencies.
Prepare release `v0.4.0`, which largely contains #14 which implements the FNV hashing algorithm and drops the dependency on the `fnv-hash` gem.
Prepare release `v0.4.0`, which largely contains #14 which implements the FNV hashing algorithm and drops the dependency on the `fnv-hash` gem.
A small follow up to #14 in which I forgot to remove the directory for gem-related type signatures, which is no longer needed now that the project is back down to zero dependencies.
A small follow up to #14 in which I forgot to remove the directory for gem-related type signatures, which is no longer needed now that the project is back down to zero dependencies.
| Back | FazBrowse Home | New Git URL |
Implement FNV (Fowler–Noll–Vo) hashing in the project instead of pulling
in a separate gem. This normally wouldn't really be worth it, but the
algorithm is extremely simple to implement, and it is somewhat nice to
keep the gem so that it has no dependencies.