style: add icon to README.md

This commit is contained in:
2026-03-20 19:32:57 -04:00
parent 351e021b5d
commit 390a12b84e

View File

@@ -1,3 +1,3 @@
# go-cuckoo
# <img height="40" style="image-rendering: pixelated; vertical-align: text-bottom; padding-right: 4px" src="assets/logo.png"> 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.