randombit + datastructures 11
liblfds.org
october 2010 by randombit
Welcome to liblfds, a portable, license-free, lock-free data structure library written in C.
There is no license. You are free to use this software in any way, for any purpose. Go forth and create wealth!
lock-free
c
library
datastructures
There is no license. You are free to use this software in any way, for any purpose. Go forth and create wealth!
october 2010 by randombit
HashTree
august 2008 by randombit
This TreeMap stores a sorted bunch of internal Node objects. Each Node object encapsules a Hashtable & Vector pair which maintain an "insert-ordered" mapping of various values with the same "priority".
java
datastructures
august 2008 by randombit
[scala] Collections performance
august 2008 by randombit
New (late July 08) benchmarks show Scala's HashMap is a lot slower than Java Collections Library. The immutable HashMap being slower seems understandable, but a 3-5x slowdown for using mutable HashMap instead of JCL? Ouch!
scala
performance
datastructures
august 2008 by randombit
Treaps in Scheme
august 2008 by randombit
A well commented implementation of treaps in Scheme
treap
scheme
datastructures
code
august 2008 by randombit
Randomized Search Trees (Treaps)
august 2008 by randombit
A data structure combining properties of binary trees and heaps.
datastructures
algorithm
treap
scala
jvm
caching
august 2008 by randombit
Skip graphs
april 2008 by randombit
Skip graphs are a novel distributed data structure, based on skip lists, that provide the full functionality of a balanced tree in a distributed system where resources are stored in separate nodes that may fail at any time. They are designed for use in se
algorithm
datastructures
networking
distributed
april 2008 by randombit
related tags
algorithm ⊕ c ⊕ c++ ⊕ caching ⊕ code ⊕ collections ⊕ computers ⊕ concurrency ⊕ datastructures ⊖ distributed ⊕ immutable ⊕ implementation ⊕ java ⊕ jvm ⊕ library ⊕ lock-free ⊕ lockfree ⊕ networking ⊕ parallel ⊕ patterns ⊕ performance ⊕ scala ⊕ scheme ⊕ stm ⊕ theory ⊕ treap ⊕ tree ⊕ wikipedia ⊕Copy this bookmark: