@hackage skip-list0.1.0.1

An implementation of pure skip lists

Skip lists provide efficient amortized indexing deep into lists by building an index that, essentially, converts the list into a balance binary tree. See the wikipedia entry on skip lists for more information.