Sciweavers

79 search results - page 1 / 16
» Biased Skip Lists
Sort
View
ALGORITHMICA
2005
110views more  ALGORITHMICA 2005»
13 years 5 months ago
Biased Skip Lists
We design a variation of skip lists that performs well for generally biased access sequences. Given n items, each with a positive weight wi, 1 i n, the time to access item i is O...
Amitabha Bagchi, Adam L. Buchsbaum, Michael T. Goo...
PODC
2004
ACM
13 years 10 months ago
Lock-free linked lists and skip lists
Mikhail Fomitchev, Eric Ruppert
WEA
2007
Springer
131views Algorithms» more  WEA 2007»
13 years 11 months ago
On the Cost of Persistence and Authentication in Skip Lists
We present an extensive experimental study of authenticated data structures for dictionaries and maps implemented with skip lists. We consider realizations of these data structures...
Michael T. Goodrich, Charalampos Papamanthou, Robe...
ICMCS
2006
IEEE
131views Multimedia» more  ICMCS 2006»
13 years 11 months ago
Peer-to-Peer Asynchronous Video Streaming using Skip List
Media distribution through application-layer overlay networks has received considerable attention recently, owing to its flexibility and readily deployable nature. On-demand stre...
Dan Wang, Jiangchuan Liu
ACMSE
2007
ACM
13 years 9 months ago
Exploring the duality between skip lists and binary search trees
Although skip lists were introduced as an alternative to balanced binary search trees (BSTs), we show that the skip list can be interpreted as a type of randomly-balanced BST whos...
Brian C. Dean, Zachary H. Jones