agda2scheme icon indicating copy to clipboard operation
agda2scheme copied to clipboard

Use arrays instead of lists to represent constructors

Open jespercockx opened this issue 2 years ago • 0 comments

Arrays give constant-time access to their elements so they might be more efficient, especially for record types with many fields.

We could also consider using arrays to represent argument lists for functions with a high arity.

jespercockx avatar May 12 '22 07:05 jespercockx