xxhash-wasm
xxhash-wasm copied to clipboard
Avoid copy of memory for state changes by using `.subarray()`
Used subarray method whenever possible and added a method to reset the object, enabling the same object to be reused properly.