Persistent queue library with requirements:
- job API: Push, Peek, Delete
- data safety: critical
- zero maintenance, auto-recover as much as possible and keep working
- speed: sane, avoid obvious mistakes
- single process access, thread safe
This library would be poorly reinvented wheel without following great work: