Fix - on little-endian machines, store IDs in big-endian order. Otherwise
BDB's default key sort algorithm sorts in the wrong order (and there's no convenient way to select the correct algorithm). This is an incompatible change to the database format but will improve back-ldbm's add/delete characteristics.
Please register or sign in to comment