has anyone looked at burstsort ?

From: Hannu Krosing <hannu(at)skype(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: has anyone looked at burstsort ?
Date: 2007-07-13 13:50:56
Message-ID: 1184334656.9190.2.camel@hannu-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-07-13 13:52:10 Re: compiler warnings on the buildfarm
Previous Message Zdenek Kotala 2007-07-13 13:49:53 Re: compiler warnings on the buildfarm