rooch-network / rooch

Fully on-chain Application Container with Move Language
https://rooch.network
Apache License 2.0
126 stars 53 forks source link

[Store]experiment: HyperClockCache may help for concurrent read #1588

Open popcnt1 opened 2 weeks ago

popcnt1 commented 2 weeks ago

pros:

  1. less lock when read

cons:

  1. need to be carefully to set estimated_entry_charge(here is a observer and warn mechanism;:https://git.nextgraph.org/NextGraph/rocksdb/commit/3182beeffc463151ef00db3b60ba8feba50861c1?style=unified&whitespace=show-all)