elixir-xxhash icon indicating copy to clipboard operation
elixir-xxhash copied to clipboard

Pure Elixir implementation of xxHash.

Results 2 elixir-xxhash issues
Sort by recently updated
recently updated
newest added

Fixed the deprecation warnings by following the recommandations. ``` warning: use Mix.Config is deprecated. Use the Config module instead config/config.exs:3 Compiling 1 file (.ex) warning: ^^^ is deprecated. It is...

I have a use case where I need to accumulate data into the 4 vectors for state. I'd love to be able to do something like this ```elixir xxh =...