Skip to content

FlorianWoelki/smart-gools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smart-gools

smart-gools is a simple lib you can use, by saving some memory for multiple booleans. I know that in go you already can save booleans in one byte, but this project is just for testing and practicing.

What is this project about?

The problem is, that one single boolean takes a hole byte of memory, but it will use only one bit. That tool will solve this problem by saving 8 booleans in one byte, so you can save some memory, if you have a lot of booleans.

Prerequisites

Coming Soon.

Installing

Coming Soon.

Running the tests

Coming Soon.

Built With

  • Golang 1.9.2

Contributing

Coming Soon.

Authors

About

Save booleans in go in a smart way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages