log

age author description
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