diff options
author | John Högberg <[email protected]> | 2018-10-15 18:17:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-11-02 17:15:32 +0100 |
commit | bf5886b790f8f386ed425f543506a4bebb48448c (patch) | |
tree | b2ef444c7bc5fc21b9e1e4cf905041ca70832c78 /make/install_bin | |
parent | db6059a9217767a6e42e93cec05089c0ec977d20 (diff) | |
download | otp-bf5886b790f8f386ed425f543506a4bebb48448c.tar.gz otp-bf5886b790f8f386ed425f543506a4bebb48448c.tar.bz2 otp-bf5886b790f8f386ed425f543506a4bebb48448c.zip |
Optimize operator '--' and yield on large inputs
The removal set now uses a red-black tree instead of an array on
large inputs, decreasing runtime complexity from `n*n` to
`n*log(n)`. It will also exit early when there are no more items
left in the removal set, drastically improving performance and
memory use when the items to be removed are present near the head
of the list.
This got a lot more complicated than before as the overhead of
always using a red-black tree was unacceptable when either of the
inputs were small, but this compromise has okay-to-decent
performance regardless of input size.
Co-authored-by: Dmytro Lytovchenko <[email protected]>
Diffstat (limited to 'make/install_bin')
0 files changed, 0 insertions, 0 deletions