Emmanuel Odeke a7b20d4e46 db: Simplify exists check, fix IsKeyInDomain signature, Iterator Close
+ *FSDB.HasKey now uses common.FileExists to test for file existence
+ IsKeyInDomain takes key as a []byte slice instead of as a string
to avoid extraneous []byte<-->string conversions for start and end
+ Iterator.Close() instead of Iterator.Release()
+ withDB helper to encapsulate DB creation, deferred cleanups
so that for loops can use opened DBs and discard them ASAP

Addressing accepted changes from review with @jaekwon
2017-12-15 02:58:51 -07:00
2017-10-30 13:01:18 -05:00
2017-10-30 13:01:18 -05:00
2017-12-10 14:23:27 -08:00
2017-11-09 17:42:32 -05:00
2017-09-22 12:14:27 -04:00
2017-04-18 17:56:05 -04:00
2017-10-26 20:57:33 -04:00
2017-11-09 17:42:32 -05:00
2017-10-27 11:52:10 -04:00
2017-10-24 23:36:10 +04:00
2017-10-11 12:48:05 +04:00
2017-11-09 17:42:32 -05:00
2017-04-18 17:56:05 -04:00
2017-10-24 23:36:10 +04:00
Description
No description provided
Apache-2.0 394 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%