diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-01-16 20:42:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-01-16 20:42:52 +0100 |
| commit | c91904333f8d65d2056af2d53a02fda58b23e5c2 (patch) | |
| tree | da3b24c31373544d71f60ee59dcddce0064994d3 /sysparser/parser.go | |
| parent | 6f52004fcffa39281bdd65806b2091e034690d04 (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 'sysparser/parser.go')
0 files changed, 0 insertions, 0 deletions
