docs: add logo for project, expand readme #7
@@ -1,3 +1,3 @@
|
|||||||
# <img height="30" src="assets/logo.svg"> Go Cuckoo
|
# <img height="30" src="assets/logo.svg"> Go Cuckoo
|
||||||
|
|
||||||
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user