-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
(I'm not a CoffeeScript guy, so maybe I missed something reading the code). From the FoundationDb docs:
Integers
The standard tuple layer provides an order-preserving, signed, variable length encoding.
For positive integers, a big-endian fixed length encoding is order-preserving.
For signed integers, a big-endian fixed length two’s-complement encoding with the most significant (sign) bit inverted is order-preserving.
This would seem to imply the fdboost encoder should "do work" to encode integers in an order preserving fashion. I don't see that happening.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels