Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dustinxie/lockfree
/ types & classes
Types & classes
12 in github.com/dustinxie/lockfree
⨍
Functions
81
◇
Types & classes
12
Interface
Hash64
Hash64 returns 64-bit hash
hashmap/hmap.go:38
Interface
HashMap
HashMap is a map[key]value
map.go:23
FuncType
Option
Option provides options for instantiating HashMap
hashmap/hmap.go:44
Interface
Queue
Queue is a FIFO list
queue.go:23
Interface
Stack
Stack is a LIFO list
stack.go:23
Struct
bucket
hashmap/bucket.go:23
Struct
hashNode
hashmap/hashNode.go:24
Struct
hmap
hashmap/hmap.go:26
Struct
node
list/node.go:23
Struct
queue
list/queue.go:23
Struct
stack
list/stack.go:23
Struct
testHash64
hashmap/util_test.go:64