view .hgignore @ 433:9d8aae30be98

cmp: Make memtable key comparisons ~4x faster. Similar to the internal key comparison improvement: Only parse expensive FixedInts when required. This change brings rusty-leveldb within 10% of the original for write-heavy workloads and 25% for iterating workloads.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 22 Oct 2017 09:42:19 +0200
parents f8b1e35370a7
children
line wrap: on
line source

syntax: glob

*.bk
*.orig
*.swp
Cargo.lock
kcov-out
target

# LevelDB test instances
LOG{,.old}
LOCK
CURRENT
*.ldb
*.log
MANIFEST-*