##// END OF EJS Templates
rust-index: only access offsets if revlog is inline...
rust-index: only access offsets if revlog is inline Accessing the `RwLock` ended up showing up in profiles even with no contention. Offsets only exist for inline revlogs, so gate everything behind an inline check.
Raphaël Gomès -
r52157:47a34afd default
Show More
Name Size Modified Last Commit Author
/ rust / hgcli / src
main.rs Loading ...