aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-01-16 20:42:52 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-01-16 20:42:52 +0100
commitc91904333f8d65d2056af2d53a02fda58b23e5c2 (patch)
treeda3b24c31373544d71f60ee59dcddce0064994d3 /executor
parent6f52004fcffa39281bdd65806b2091e034690d04 (diff)
db: add package
Package db implements a simple key-value database. The database is cached in memory and mirrored on disk. It is used to store corpus in syz-manager and syz-hub. The database strives to minimize number of disk accesses as they can be slow in virtualized environments (GCE). Use db in syz-manager instead of the old PersistentSet.
Diffstat (limited to 'executor')
0 files changed, 0 insertions, 0 deletions