0247ddff18
This change converts the leveldb database's ExistsSha() and ExistsTxSha to use the goleveldb API. Has() only returns if the key exists and does not need to read the entire value into memory resulting in less disk i/o and much less GC. |
||
---|---|---|
.. | ||
dbtest | ||
block.go | ||
boundary_test.go | ||
doc.go | ||
dup_test.go | ||
insertremove_test.go | ||
internal_test.go | ||
leveldb.go | ||
operational_test.go | ||
tx.go |