Skip to content

Use Byte instead of your Boolean. (Also applicable to bit operation)

Notifications You must be signed in to change notification settings

Hxert/bitOperation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bitOperation

boolean = 1 byte = 8 bit And byte = 1 byte = 8 bit.
Why not use 1 bit instead 1 boolean. 1 byte have 8 boolean!

Note

This is just my personal opinion. If you have different opinions, please tell me. Thank You!

About

Use Byte instead of your Boolean. (Also applicable to bit operation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages