docs: add logo for project, expand readme #7
7
.claude/settings.json
Normal file
7
.claude/settings.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(curl -s -w \"\\\\n---HTTP_STATUS:%{http_code}---\" https://raw.githubusercontent.com/kubernetes/kubernetes/master/.markdownlint.yaml)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
17
.markdownlint.yml
Normal file
17
.markdownlint.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
default: true
|
||||||
|
heading-style:
|
||||||
|
style: atx
|
||||||
|
ul-indent:
|
||||||
|
indent: 2
|
||||||
|
line-length: false
|
||||||
|
no-duplicate-heading:
|
||||||
|
siblings_only: true
|
||||||
|
no-inline-html:
|
||||||
|
allowed_elements:
|
||||||
|
- br
|
||||||
|
- details
|
||||||
|
- summary
|
||||||
|
- img
|
||||||
|
- picture
|
||||||
|
- source
|
||||||
|
first-line-heading: true
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
# <img height="30" src="assets/logo.svg"> Go Cuckoo
|
## <img height="30" src="assets/logo.svg" alt="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).
|
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