terminusdb-store
terminusdb-store copied to clipboard
open files concurrently while creating a new layer
When creating a new base or child layer, the PersistentLayerStore opens the files sequentially. They should be opened concurrently to prevent unnecessary waiting.
There's much more in that file that could benefit from some concurrent opening of things tbh.