Create Nibbles and use them in arrays/slices in golang, originally created for HoneyGO. Note this doesn't actually create the datatype but it allows space savings in arrays/slices i.e. lighting data in minecraft
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Create Nibbles and use them in arrays/slices in golang, originally created for HoneyGO. Note this doesn't actually create the datatype but it allows space savings in arrays/slices i.e. lighting data and chunk data in minecraft. just uses bitshifts and also an attempt to see how go mods work
License
LethalEthan/Go-Nibble
About
Create Nibbles and use them in arrays/slices in golang, originally created for HoneyGO. Note this doesn't actually create the datatype but it allows space savings in arrays/slices i.e. lighting data and chunk data in minecraft. just uses bitshifts and also an attempt to see how go mods work