folly/DynamicConverter.h When dynamic objects contain data of a known type, it is sometimes useful to have its well-typed representation. A broad set of type-conversions are contained in DynamicConverter.h, and facilitate the transformation of dynami…
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…