view examples/write-a-lot/Cargo.toml @ 405:319a27b03734

merging_iter: Simplify condition in valid(). This gets us another few percent (1-3%) in iterator speed.
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 11 Oct 2017 21:21:57 +0200
parents 0c2ec9035654
children 8cff6c1489ae
line wrap: on
line source

[package]
name = "write-a-lot"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]

[dependencies]
leveldb_rs = { path = "../../" }
rand = "0.3"