folly/ThreadCachedInt.h High-performance atomic increment using thread caching. folly/ThreadCachedInt.h introduces a integer class designed for high performance increments from multiple threads simultaneously without loss of precision. It has two rea…
folly/ For a high level overview see the README Components Below is a list of (some) Folly components in alphabetical order, along with a brief description of each. Arena.h, ThreadCachedArena.h Simple arena for memory allocation: multiple allocations…