Currently the view models extensively use read/write access to the RocksDB. Especially heavy use is from ``` TransactionViewMode.fromHash(..) ``` Introducing a global cache service (provisionally based guava Cache) should singnificantly increase the performance
Currently the view models extensively use read/write access to the RocksDB. Especially heavy use is from
Introducing a global cache service (provisionally based guava Cache) should singnificantly increase the performance