OK, just making this publicly accessible and logged...Brian asked Austin about the cast operation in the above function. Turns out the cast is fine, but should really be a static_cast<uint8_t>, and that there are no endian issues with the code.
TODO:
Where to put contributed code like this? A contrib/ folder like PostgreSQL does?
OK, just making this publicly accessible and logged...Brian asked Austin about the cast operation in the above function. Turns out the cast is fine, but should really be a static_ cast<uint8_ t>, and that there are no endian issues with the code.
TODO:
Where to put contributed code like this? A contrib/ folder like PostgreSQL does?