jsonbinpack-poc icon indicating copy to clipboard operation
jsonbinpack-poc copied to clipboard

This is a PoC. See https://github.com/sourcemeta/jsonbinpack for the production implementation.

Results 6 jsonbinpack-poc issues
Sort by recently updated
recently updated
newest added

Anecdotally, I've heard of servers spending significant portions of their CPU on serialization and deserialization. It's true that the network is much slower, but it's still a concern. I'm curious...

@jbr-square mentioned that here at Square, we had massive memory/GC issues with [one of our core services, written in Java] until we realized we were unnecessarily deserializing JSON instead of...

Converting a finite bounded JSON Schema into an enumeration belongs to the Canonicalizer.

JSON Schema requires `multipleOf` to be positive, so we can save ourselves the hassle.

It is possible to condense these encodings if we assume the default multiplier to be the unit of multiplication: 1.