diff --git a/README.md b/README.md index 0b9d031..3ad99b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -## Go Cuckoo, by `mvhutz`. Go Cuckoo +# Go Cuckoo, by `mvhutz`. Go Cuckoo A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. Read more about it in [the package documentation](https://pkg.go.dev/git.maximhutz.com/tools/go-cuckoo).