Hi,

Panicz Maciej Godek <[email protected]> skribis:

> is there a way to use the guile's sort function to efficiently sort
> uniform vectors?

Guile has ‘stable-sort’, which operates on both lists and vectors, but
not on uniform vectors.

However, it could easily be changed to operate on generalized vectors,
and would thus cover uniform vectors, bytevectors, strings, qetc. in
addition to vectors.

Would you like to work on it?

Thanks,
Ludo’.


Reply via email to