This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Look into handling potential OOM errors from recursive implementation of BUILD_LIST_UNPACK #142
Open
Description
#141 implemented BUILD_LIST_UNPACK
using recursion. While fine, it creates a lot of locals which could trigger a OOM error in crazy edge cases. It wouldn't hurt to avoid that situation if possible.