panda-re/lava

Speed up FBI

AndrewFasano opened this issue · 1 comments

FBI spends a lot of time waiting on database inserts. If we can find a way to speed this up, it would have a notable impact on LAVA's overall performance, especially for targets with lots of potential bugs.

Potential solutions:

  • Configure ODB differently
  • Rewrite out DB schema in a way that would make this faster
  • Something else?

#25 should fix this