Commit 64ec09d1 authored by Steve Bennett's avatar Steve Bennett
Browse files

core: improve the performance of lists



Under some circumstances, such as lrepeat and lreverse we know
the length of the final list, so allocate the final size immediately
rather than growing the table in multiple steps.

Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
parent b4b213f6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment