How to fix performance regression in serializing and deserializing JSON | Snack of the Week
In this first episode of Sentry’s Snack of the Week, we’re going to dive into whether serialization and deserialization are always necessary steps. Specifically, how we might be able to improve performance, by eliminating some extra serialization and deserialization steps in between web requests…another tongue twister.