* To save memory and CPU consumption on blocks of stats that are never referenced throughout the
* bootstrap configuration can be set to defer the instantiation of those block. Note that when the
* blocks of stats are created, they carry an extra 60~100 byte overhead (depending on worker thread
* count) due to internal bookkeeping data structures. The overhead when deferred stats are disabled
DeferredCreationCompatibleStats& operator=(DeferredCreationCompatibleStats&&) noexcept = default;