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: a2442647aaabceb4

Jump to content

Talk:Unrolled linked list

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

Untitled

[edit]

std::deque. prefer over std::list and std::vector. unfortunately noone does. sad.  Preceding unsigned comment added by 84.176.232.207 (talk) 00:48, 11 September 2006 (UTC)Reply

Actually, std::deque is typically implemented using a variant of the dynamic array where active elements are placed in the middle of the array. There are implementations of std::list and std::deque based on unrolled linked lists, though. Deco 00:59, 11 September 2006 (UTC)Reply

Skip lists are not similar to this. —Preceding unsigned comment added by 221.162.27.131 (talk) 13:53, 2 March 2008 (UTC)Reply

Comment from top of article by User:Costaluiz:

This article is in need of references that can demonstrate the performance measures presented. Please, add your contribution in that respect if you can. Complete examples or case study would be greatly appreciated.

Dcoetzee 00:48, 1 April 2009 (UTC)Reply