Open mpilman opened 4 years ago
It seems the documentation for this in some places already includes a note about it being little-endian comparison. I guess that change wasn't made completely, though.
Ah I see - ok, I will make this change in the docs when I have some time. Do you think it would make sense to have two atomic ops for this? One for big endian and one for little endian? Java-folks probably would prefer big endian...
CC #2070
The documentation for
FDB_MUTATION_TYPE_MAX
says:This is, however, not clear as it doesn't define whether it interpret the unsigned integer as little or big endian. I would make a PR to change this but I actually am not sure which one of the two it is :)