log

age author description
Sat, 02 Jul 2016 15:12:25 +0200 Lewin Bormann Implement BlockBuilder::last_key()
Thu, 23 Jun 2016 19:48:23 +0200 Lewin Bormann Make WriteBatch methods public
Mon, 20 Jun 2016 21:14:08 +0200 Lewin Bormann Improve WriteBatch: Use sequence number at the right place
Sun, 19 Jun 2016 18:58:10 +0200 Lewin Bormann Change implementation of WriteBatch -- use encoded form
Sun, 19 Jun 2016 17:50:26 +0200 Lewin Bormann Add encoding functionality to WriteBatch
Sun, 19 Jun 2016 17:10:19 +0200 Lewin Bormann Implement tests for WriteBatch
Sun, 19 Jun 2016 16:55:46 +0200 Lewin Bormann Implement WriteBatch
Sun, 19 Jun 2016 16:53:50 +0200 Lewin Bormann Use slices in memtable tests
Sun, 19 Jun 2016 16:51:39 +0200 Lewin Bormann Change memtable to take slices, not Vecs
Sun, 19 Jun 2016 16:51:29 +0200 Lewin Bormann Fix test imports in block.rs
Sun, 19 Jun 2016 16:15:52 +0200 Lewin Bormann Move Options types into new module
Sun, 19 Jun 2016 13:57:28 +0200 Lewin Bormann Move PosixDiskEnv into separate module
Sun, 19 Jun 2016 12:30:36 +0200 Lewin Bormann Add env module
Sun, 19 Jun 2016 12:30:21 +0200 Lewin Bormann Add crate dependencies for env (next commit)
Fri, 17 Jun 2016 21:10:45 +0200 Lewin Bormann Implement FilterBlock{Reader,Builder} and tests
Fri, 17 Jun 2016 19:53:50 +0200 Lewin Bormann Remove unused module annotations
Thu, 16 Jun 2016 20:57:15 +0200 Lewin Bormann Implement InternalFilterPolicy
Thu, 16 Jun 2016 20:48:42 +0200 Lewin Bormann Optimize LookupKey allocation and add test
Thu, 16 Jun 2016 20:29:24 +0200 Lewin Bormann Implement BloomPolicy
Wed, 15 Jun 2016 16:43:29 +0000 Lewin Bormann [unfinished] Add filterpolicy trait and module
Tue, 14 Jun 2016 06:24:38 +0000 Lewin Bormann Remove C : Comparator type params from all types
Sun, 12 Jun 2016 20:05:40 +0200 Lewin Bormann Move BlockHandle into its own module
Sun, 12 Jun 2016 20:02:12 +0200 Lewin Bormann Implement BlockHandle
Sun, 12 Jun 2016 19:51:30 +0200 Lewin Bormann Move Snapshot* types into a new file
Sun, 12 Jun 2016 19:19:33 +0200 Lewin Bormann More efficient methods for LookupKey
Sun, 12 Jun 2016 18:55:42 +0200 Lewin Bormann Implement prev() for all iterators
Sun, 12 Jun 2016 17:10:19 +0200 Lewin Bormann Remove special condition in BlockIter::seek()
Sun, 12 Jun 2016 17:07:54 +0200 Lewin Bormann Use binary search for BlockIterator::seek()
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)