guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sorting uniform vectors


From: Ludovic Courtès
Subject: Re: Sorting uniform vectors
Date: Sun, 24 Jul 2011 15:45:09 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi,

Panicz Maciej Godek <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]