diff options
Diffstat (limited to 'vendor/github.com/dolthub/maphash/README.md')
-rw-r--r-- | vendor/github.com/dolthub/maphash/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/dolthub/maphash/README.md b/vendor/github.com/dolthub/maphash/README.md new file mode 100644 index 000000000..d91530f99 --- /dev/null +++ b/vendor/github.com/dolthub/maphash/README.md @@ -0,0 +1,4 @@ +# maphash + +Hash any `comparable` type using Golang's fast runtime hash. +Uses [AES](https://en.wikipedia.org/wiki/AES_instruction_set) instructions when available.
\ No newline at end of file |