Re: No merge sort?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: No merge sort?
Дата
Msg-id 87n0j2vxqc.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответ на Re: No merge sort?  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-hackers
> floats are typically 64 - 96 bytes, bigints can be arbitrarily large.
> 
> Floats are generally 8 bytes.  

Er, I meant "bits" there. oops.

I'm still reading the other stuff.

Most of this usually comes down to differences between theory and practice.
The constants often matter a whole lot, and the cache behaviour and memory
usage can matter a whole lot. quicksort after all is actually O(n^2) worst
case...

--
greg



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: No merge sort?
Следующее
От: Jan Wieck
Дата:
Сообщение: FK deadlock problem addressed