Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 284 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 284 Bytes

linearhash

This is an implementation of a linear hash table in Go. There's no real reason to publish this: several other implementations already exist, but I had to write this anyway for various reasons and chances are I've made one or two different decisions than the other ones.