Open
Description
IMO there are likely a couple of low-hanging fruits in terms of linker memory consumption. Last time I checked, a large portion of memory was taken by ::
(List's cons). It would not surprise me if we could reduce memory consumption significantly by using array backed collections.
I'll file this as a follow-up and take a stab.
Originally posted by @gzm0 in #3767 (comment)