syzkaller/db
Dmitry Vyukov c91904333f 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.
2017-01-16 20:42:52 +01:00
..
db_test.go db: add package 2017-01-16 20:42:52 +01:00
db.go db: add package 2017-01-16 20:42:52 +01:00