dfinity / motoko

Simple high-level language for writing Internet Computer canisters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perf: Optimise tuple allocation

crusso opened this issue · comments

To avoid the current dynamic check on array size.

Maybe not worth it.