diff options
| author | 2024-05-13 08:05:46 +0000 | |
|---|---|---|
| committer | 2024-05-13 08:05:46 +0000 | |
| commit | c06e6fb6561595adc80ce5191640ae442771d45c (patch) | |
| tree | 58845f63151eff4e984351575eea67f5e82a6c82 /vendor/github.com/dolthub/maphash/README.md | |
| parent | [bugfix] Reset emoji fields on upload error (#2905) (diff) | |
| download | gotosocial-c06e6fb6561595adc80ce5191640ae442771d45c.tar.xz | |
[performance] update go-structr and go-mutexes with memory usage improvements (#2909)
* update go-structr and go-mutexes with memory usage improvements
* bump to go-structr v0.8.4
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 |
