smarr / are-we-fast-yet

Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeltaBlue sort code

smarr opened this issue · comments

DeltaBlue currently calls into sort code, which is partially implemented only.
Though, it seems, the code only sees vectors of size 0 and 1 anyway.
So, we might best replace it with a len < 2 test and an exception.
This would avoid having to translate the code across languages.