Scroll to navigation

BSON_ENDIANNESS(3) libbson BSON_ENDIANNESS(3)

The BSON specification dictates that the encoding format is in little-endian. Many implementations simply ignore endianness altogether and expect that they are to be run on little-endian. Libbson supports both Big and Little Endian systems. This means we use memcpy() when appropriate instead of dereferencing and properly convert to and from the host endian format. We expect the compiler intrinsics to optimize it to a dereference when possible.

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc

April 2, 2024 1.26.2