TreapDB

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Infobox/styles.css has no content.

TreapDB
Template:Infobox software/simple
Written inJava
Operating systemCross-platform
Typekey-value store
LicenseApache License 2.0
Websitecode.google.com/p/treapdb/

Script error: No such module "Check for conflicting parameters".

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal'). TreapDB is a kind of NoSQL data store, and it is based on Treap data structure. Treap is a randomized balanced search tree, which has O(log(n)) complexity to insert or find a key. TreapDB supports many operations besides "get" and "set". For example, "prefix foo" fetch all the pairs whose key startswith "foo". TreapDB can be used in two ways: embedded library or standalone server.[1][2][3]

TreapDB is sponsored by Sino-German Joint Laboratory of Software Integration.

References

Page Template:Reflist/styles.css has no content.


Template:Asbox