log

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