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.
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 < 2test and an exception.This would avoid having to translate the code across languages.