jasper 446a0d0c0f import leveldb, svn rev 48
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.

Features:
  - Keys and values are arbitrary byte arrays.
  - Data is stored sorted by key.
  - Callers can provide a custom comparison function to override
    the sort order.
  - The basic operations are Put(key,value), Get(key), Delete(key).
  - Multiple changes can be made in one atomic batch.
  - Users can create a transient snapshot to get a consistent view
    of data.
  - Forward and backward iteration is supported over the data.

ok sthen@
2011-08-19 06:44:00 +00:00
..
2011-07-03 17:14:23 +00:00
2011-04-15 16:10:37 +00:00
2010-10-18 17:06:05 +00:00
2011-07-08 11:32:17 +00:00
2010-11-15 13:08:37 +00:00
2011-05-04 08:06:08 +00:00
2011-05-04 08:06:34 +00:00
2011-05-03 18:44:51 +00:00
2011-06-03 09:19:25 +00:00
2011-01-03 19:47:11 +00:00
2010-11-15 00:22:45 +00:00
2011-08-19 06:44:00 +00:00
2009-06-02 00:57:57 +00:00
2011-07-10 10:17:14 +00:00
2010-11-15 00:22:45 +00:00
2011-07-05 14:27:30 +00:00
2011-07-18 19:56:18 +00:00
2010-11-15 00:22:45 +00:00
2010-11-15 00:22:45 +00:00
2010-11-26 07:18:59 +00:00
2011-05-20 08:08:04 +00:00
2011-06-27 18:41:53 +00:00
2011-04-10 18:58:31 +00:00
2011-06-13 16:40:20 +00:00
2011-06-13 16:50:00 +00:00
2011-05-09 13:59:50 +00:00
2011-06-27 18:35:44 +00:00
2011-06-14 11:52:58 +00:00
2010-11-15 00:22:45 +00:00
2010-11-15 00:22:45 +00:00
2011-07-24 15:48:10 +00:00
2011-03-27 18:01:49 +00:00
2011-03-29 16:55:59 +00:00
2010-11-15 00:22:45 +00:00
2010-11-15 00:22:45 +00:00
2011-05-02 11:56:58 +00:00
2011-07-01 08:37:21 +00:00
2011-03-19 09:18:37 +00:00
2011-07-27 06:45:09 +00:00
2010-11-15 00:22:45 +00:00
2010-12-05 21:38:19 +00:00
2011-07-28 08:57:32 +00:00
2011-02-10 01:44:54 +00:00
2011-04-14 17:15:15 +00:00
2010-12-09 20:10:48 +00:00
2011-03-25 16:39:54 +00:00
2011-04-25 18:11:06 +00:00
2011-06-27 13:12:27 +00:00
2011-06-03 17:25:56 +00:00
2011-06-03 17:26:30 +00:00
2011-03-14 18:31:07 +00:00
2010-11-15 00:22:45 +00:00
2010-11-15 00:22:45 +00:00
2010-11-15 00:22:45 +00:00
2010-11-15 00:22:45 +00:00
2011-04-15 16:13:23 +00:00
2010-12-28 17:46:20 +00:00