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

Jump to content

// Workers AI · dad joke modeWhat did TreapDB say to its tree? Leaf me alone.

From Wikipedia, the free encyclopedia
TreapDB
Stable release
1.1 / December 3, 2010
Written inJava
Operating systemCross-platform
Typekey-value store
LicenseApache License 2.0
Websitecode.google.com/p/treapdb/

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

[edit]
  1. "TreapDB official home page".
  2. "TreapDB report in JavaEye.com(JavaEye is the biggest Java programming community in China)".
  3. "TreapDB is a recommended project by OSChina(oschina.net is a famous open source community in China)".
[edit]