• Yedidya Feldblum's avatar
    Indestructible · 7bf18354
    Yedidya Feldblum authored
    Summary:[Folly] `Indestructible`.
    
    For when you need a Meyers singleton that will never be destructed, even at program exit.
    
    Good for large data structures with many heap allocations, as long as they have no behavior. No point in ever destructing them.
    
    HT: Proxygen, and Orvid.
    
    Reviewed By: andriigrynenko
    
    Differential Revision: D2947959
    
    fb-gh-sync-id: 7dd1f725edf137ba81fbf4032a0819fd7c627261
    shipit-source-id: 7dd1f725edf137ba81fbf4032a0819fd7c627261
    7bf18354
Makefile.am 10.9 KB