has anyone looked at burstsort ? - Mailing list pgsql-hackers

From Hannu Krosing
Subject has anyone looked at burstsort ?
Date
Msg-id 1184334656.9190.2.camel@hannu-laptop
Whole thread Raw
Responses Re: has anyone looked at burstsort ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: has anyone looked at burstsort ?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
has anyone looked at burstsort
https://sourceforge.net/projects/burstsort

they claim that "Copy-Burstsort is a sorting algorithm for strings that
is cache-efficient. Burstsort and its variants are much faster than
Quicksort and Radixsort especially on large datasets. Copy-Burstsort
works best for sorting short strings such as genomes and words"

if the speed claim is true, and there are no other bad effects, like for
example very bad memory use,  we could try to talk the author into
allowing us to include it under BSD licens (currently it is GPL)

----------------
Hannu




pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: compiler warnings on the buildfarm
Next
From: Tom Lane
Date:
Subject: Re: compiler warnings on the buildfarm