Documentation
¶
Directories
¶
Path | Synopsis |
---|---|
package gomap provides a container.Mapper implementation backed by Go's native map for benchmark reference.
|
package gomap provides a container.Mapper implementation backed by Go's native map for benchmark reference. |
package hamap provides a collision-safe hashmap implementation which is more efficient than Go's native map for small datasets and allows allocation-free reseting efficiently reusing memory.
|
package hamap provides a collision-safe hashmap implementation which is more efficient than Go's native map for small datasets and allows allocation-free reseting efficiently reusing memory. |
package linear provides a container.Mapper implementation backed by a slice and linear search for benchmark reference.
|
package linear provides a container.Mapper implementation backed by a slice and linear search for benchmark reference. |
Click to show internal directories.
Click to hide internal directories.