nibi-lang / nibi

An interpreted list processing language inspired by Lisp
GNU Affero General Public License v3.0
3 stars 2 forks source link

Flatten cell_c #114

Closed bosley closed 1 year ago

bosley commented 1 year ago

This should bring cell_c down another 16 bytes as std::any requires 16 bytes. performance should be similar as std::any heaps most things unless they're under a certain size, but all items we place in there now are > that size

bosley commented 1 year ago

https://github.com/nibi-lang/nibi/pull/115