Replies: 1 comment
|
BSON isn't used that widely, so I think we can hold off for now. Adding a high-performance implementation would require significant work and introduce additional maintenance overhead. To reduce the work, we must introduce new abstraction which will have negative effect on performance. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
CBOR, MessagePack, Smile are examples.
If we support JSON, then supporting binary JSON gives a more performant option while it is a little less well supported by libs or frameworks than plain JSON.
All reactions