LethalEthan / Go-Nibble

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Nibble

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

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

License:MIT License


Languages

Language:Go 100.0%