Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2371a72ae121dfc

Jump to content

Talk:Burstsort

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 14 years ago by Profetylen

Could someone please supply some more information? I.e.

  • How does it work?
  • What is a Trie?
  • How does a Burst Trie work and what it is?

--84.61.73.134 16:25, 11 July 2007 (UTC)Reply

Tried to add more information for you. SoutherD 23:47, 28 October 2007 (UTC)Reply

First sentence: "Burstsort and its variants are cache-efficient algorithms for sorting strings and are faster than quicksort and radix sort for large data sets."

This cannot be true as radix sort has running time O(k*n) and burst sort has running time O(n log n). For small k, radix sort is thus faster. --Profetylen (talk) 18:34, 10 December 2011 (UTC)Reply

I'm removing radix sort from that sentence. --Profetylen (talk) 13:43, 16 December 2011 (UTC)Reply