portworx / lcfs

LCFS Graph driver for Docker
Apache License 2.0
300 stars 27 forks source link

Investigate if RCU would perform better than locks #26

Open jjobi opened 7 years ago

jjobi commented 7 years ago

LCFS uses locks for serializing between concurrent operations. Investigate if RCU would perform better than locks.