[PD] Sort and init objects

Frank Barknecht fbar at footils.org
Sun Jun 12 20:09:37 CEST 2011


Hi,

On Sun, Jun 12, 2011 at 06:59:50PM +0200, Frank Barknecht wrote:
> Another option would be sorting with data structures, which I usually do today.
> Attached is an example abstraction for data structure sorting (datasort.pd). It
> seems to be much faster than list-quicksort from list-abs (the currently
> fastest sorting in there), but only sorts in ascending order. 

Well, thinking about it, descending order turned out to be dead simple, as it
can be realized using a different order when building the final list ("append"
instead of "prepend") so attached is a new version, that I'll probably add to
the [list]-abs collection as it now has all the features of the other sorting
methods, is simpler and faster.

Ciao
-- 
 Frank Barknecht            Do You RjDj.me?          _ ______footils.org__
-------------- next part --------------
A non-text attachment was scrubbed...
Name: list-datasort.pd
Type: application/puredata
Size: 2476 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110612/eb209f95/attachment.bin>


More information about the Pd-list mailing list