sapling/lib/indexedlog
Xavier Deguillard f2cae00958 indexedlog: remove RefCell usage
Summary:
The RefCell makes the IndexedLog not Sync, let's replace the RefCell with
atomic operation to make it Sync.

The `index lookup (disk, verified)` benchmark does not changed much with
this change.

Reviewed By: quark-zju

Differential Revision: D17298580

fbshipit-source-id: 41cb8fea7e06676f3e2cbca3475ac863b0d8454d
2019-09-11 10:24:57 -07:00
..
benches indexedlog: fix benches 2019-09-11 10:24:57 -07:00
src indexedlog: remove RefCell usage 2019-09-11 10:24:57 -07:00
Cargo.toml indexedlog: use failure for error handling 2019-04-05 12:17:28 -07:00