Skip to content

suryadidedi/go-hashmap-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hashmap-benchmark

Go hashmap read and write speed benchmark

goos: windows
goarch: amd64
pkg: benchmark-hashmap
BenchmarkWriteInt-8   	2000000000	         0.07 ns/op	       0 B/op	       0 allocs/op
BenchmarkReadInt-8    	2000000000	         0.02 ns/op	       0 B/op	       0 allocs/op
BenchmarkWriteStr-8   	2000000000	         0.09 ns/op	       0 B/op	       0 allocs/op
BenchmarkReadStr-8    	2000000000	         0.03 ns/op	       0 B/op	       0 allocs/op
PASS
coverage: 100.0% of statements
ok  	benchmark-hashmap	4.431s
Success: Benchmarks passed.

About

Go hashmap read and write speed benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages