boolmap
Package boolmap creates a map of bools using bytes for efficiency (needs benchmarking for memory)
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2014/11/08 13:08:37
Added license
-
README.md
3951
2024/08/13 20:54:19
regen'd README
-
boolmap.go
2341
2024/08/13 20:54:16
corrected typos
-
boolmap_test.go
1736
2018/04/18 18:16:52
Made underlying data easily accessible
-
crumbmap.go
2041
2024/06/07 22:49:47
minor cleanup
-
crumbmap_test.go
1787
2014/11/30 17:40:03
Made (Bool)Map.Get/Set and (Bool)Slice.Get/Set match their Nibble and Crumb counterparts, adding GetBool and SetBool to compensate
-
go.mod
47
2022/11/09 18:29:57
added go.mod
-
nibblemap.go
1856
2024/06/07 22:49:47
minor cleanup
-
nibblemap_test.go
1678
2014/11/30 17:40:03
Made (Bool)Map.Get/Set and (Bool)Slice.Get/Set match their Nibble and Crumb counterparts, adding GetBool and SetBool to compensate