sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

replace map values that are bool with option<()> #122

Closed 4meta5 closed 4 years ago

4meta5 commented 4 years ago

space overoptimization, not a priority but the latter takes up 1 less byte https://doc.rust-lang.org/std/mem/fn.size_of.html

4meta5 commented 4 years ago

we don't use this anywhere actually but good to know