Show HN: Tiny:optional – a C++ optional that does not waste memory https://ift.tt/2eN8DUT

Show HN: Tiny:optional – a C++ optional that does not waste memory tiny::optional is a header-only C++ library for x86/x64 intended to be a drop-in replacement for std::optional with the twist that it does not require additional memory for bools, floats, doubles and raw pointers. For example, a standard optional double has twice the size of a raw double because of 7 padding bytes after the internal bool. These wasted bytes can have a notable impact on performance in memory bound applications. On the other hand, a tiny::optional double has the size of a double by exploiting unused bit patterns. For other types such as integers, it allows to specify a "sentinel" value that represents the empty state, again causing the optional to have the same size as the underlying type. Quick example: https://ift.tt/azEWbZC https://ift.tt/CLYSEJ4 October 17, 2022 at 05:26AM

Comments

Popular posts from this blog

Jennifer Garner's Signature Fall Salad

Trisha Yearwood’s Famous Blueberry Crumb Bars Are So Good, I’m Making Them on Repeat This Summer

French Apple Skillet Custard Cake