jarry-xiao / candyland

Proof of concept program for compressing NFTs
GNU Affero General Public License v3.0
111 stars 13 forks source link

[CMT] Optimize stack usage #87

Closed ngundotra closed 2 years ago

ngundotra commented 2 years ago

Pass Node as reference so that stack is not obliterated infunction called

ngundotra commented 2 years ago

Probably better to just add cargo bench tests using #[bench] in order to check stack abuse