log

age author description
Sun, 12 Jun 2016 14:57:19 +0200 Lewin Bormann Reset counter on BlockBuilder::reset
Sun, 12 Jun 2016 14:30:53 +0200 Lewin Bormann Implement end-to-end tests for Block, BlockBuilder, BlockIter
Sun, 12 Jun 2016 14:30:35 +0200 Lewin Bormann Implement BlockBuilder
Sun, 12 Jun 2016 14:29:52 +0200 Lewin Bormann Implement Default for Options
Sun, 12 Jun 2016 13:03:45 +0200 Lewin Bormann Add Options type
Sun, 12 Jun 2016 12:11:54 +0200 Lewin Bormann Implement Block, BlockIter
Sun, 12 Jun 2016 12:11:37 +0200 Lewin Bormann More conversion to use of slices
Sun, 12 Jun 2016 11:02:33 +0200 Lewin Bormann Convert all Iterator/LdbIterator types to use slices
Sun, 12 Jun 2016 11:01:45 +0200 Lewin Bormann Reorder LogReader/LogWriter fields
Sun, 12 Jun 2016 10:08:44 +0200 Lewin Bormann Implement LogReader
Sat, 11 Jun 2016 20:41:44 +0200 Lewin Bormann Implement LogWriter
Sat, 11 Jun 2016 20:41:32 +0200 Lewin Bormann Add crc crate
Sat, 11 Jun 2016 20:41:21 +0200 Lewin Bormann Add missing two methods to LookupKey
Sat, 11 Jun 2016 13:21:15 +0200 Lewin Bormann Add empty() method to SnapshotList
Sat, 11 Jun 2016 13:19:42 +0200 Lewin Bormann Improve SnapshotList to support efficient delete()
Sat, 11 Jun 2016 12:24:19 +0200 Lewin Bormann Implement SnapshotList
Sat, 11 Jun 2016 12:24:09 +0200 Lewin Bormann Remove empty default test
Sat, 11 Jun 2016 11:51:46 +0200 Lewin Bormann Add some documentation to memtable/skipmap implementations.
Fri, 10 Jun 2016 21:16:14 +0200 Lewin Bormann Add hgignore file
Fri, 10 Jun 2016 21:15:15 +0200 Lewin Bormann Implement Iterator + LdbIterator for MemTable
Fri, 10 Jun 2016 21:14:43 +0200 Lewin Bormann Add LdbIterator trait
Fri, 10 Jun 2016 21:14:30 +0200 Lewin Bormann Change seek method to find equal or greater element
Fri, 10 Jun 2016 19:11:17 +0200 Lewin Bormann Implement Status type
Fri, 10 Jun 2016 19:11:08 +0200 Lewin Bormann More methods for SkipMap and its iterator
Thu, 09 Jun 2016 20:01:13 +0200 Lewin Bormann Start MemTable implementation
Thu, 09 Jun 2016 20:00:49 +0200 Lewin Bormann Add types.rs: Basic leveldb types
Thu, 09 Jun 2016 20:00:24 +0200 Lewin Bormann Use new int-enc crate; remove unnecessary assert! in skipmap
Thu, 09 Jun 2016 19:07:16 +0200 Lewin Bormann Track SkipMap memory usage; make public functions `pub`
Thu, 09 Jun 2016 06:22:29 +0000 Lewin Bormann Implement SkipMapIterator
Thu, 09 Jun 2016 05:56:43 +0000 Lewin Bormann Clean up skipmap tests
Thu, 09 Jun 2016 05:56:31 +0000 Lewin Bormann Use geometric distribution for skips heights
Wed, 08 Jun 2016 20:58:50 +0200 Lewin Bormann Implement SkipMap (some methods still missing)
Wed, 08 Jun 2016 20:58:32 +0200 Lewin Bormann Initial commit