alphadose/haxmap

Fastest and most memory efficient golang concurrent hashmap

Gogomapfastgolanghashmapconcurrentlock-freememory-efficientthread-safe
This is stars and forks stats for /alphadose/haxmap repository. As of 01 May, 2024 this repository has 779 stars and 41 forks.

HaxMap A lightning fast concurrent hashmap The hashing algorithm used was xxHash and the hashmap's buckets were implemented using Harris lock-free list Installation You need Golang 1.18.x or above $ go get github.com/alphadose/haxmap Usage package main import ( "fmt" "github.com/alphadose/haxmap" ) func main() { // initialize map with key type `int` and value type `string` mep := haxmap.New[int, string]() // set a value (overwrites existing value if present) mep.Set(1, "one") // get the value...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
thelastflapjack/godot_open_target_shooterGDScript39030
Ahopness/GodotRetroGLSL3670240
derailed/popeyeGoOther4.7k02650
sosedoff/pgwebGoJavaScriptPLpgSQL8.1k+5692+1
AccessibleAI/cnvrg-operatorSmartyGoOther16050
k2-fsa/sherpa-onnxC++PythonCMake2510620
NiclasEriksen/game-of-leifGDScriptC++38060
icfpc-unagi/icfpc2022Inno SetupRustShell13010
cloudforet-io/launchpadSmartyHCLGo5030
kivra/kivra-api-errorsErlangPythonGo3+100