Skip to content

cnrmurphy/go-hashmap

Repository files navigation

Go-HashMap

A simple hashmap implementation written in Go. Written for educational purpose, but still useable nonetheless. It uses the FNV-1a hash function for faster and more well distributed hashes than the more traditional polynmial hashes. It uses bitwise operators to derive bucket indexes which is more efficient than division operations like modulo.

About

Simple hashmap implementation written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages