Skip to content
Snippets Groups Projects
Commit e3d39ae2 authored by Per Hedbor's avatar Per Hedbor
Browse files

Changed ordo of array-({item}) from O(n log n) to O(n).

This especially helps when you have arrays with objects with `< and
`== operator overloading, where the constant is also changed
dramatically.

Also, it is now enough to have == operator overloading to get - to
work (given that there is at most one object in the array getting
items removed.)
parent 45df9023
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment