Does libgit2 support in-memory stores? Any thoughts on embeddable databases like rocksdb or leveldb? I'm calculating a lot of blames which seems io heavy (using ramdisk makes it an order of magnitude faster). I can implement if someone would provide guidance.