@edgar_ramirez_mondragon Looks like there's a ton of room for improvement here, but this target isn't using the latest sdk so there could be a bunch of optimizations I'm missing.
*Validate is slow with the basic json schema package, maybe we could speed that up (40% improvement disabling validate)
*Sequentially batching and parsing could be sped up significantly by parsing messages in their own threads. (N threads faster?)
*Compiling instead of interpreting? I wonder how much faster that would be 🤷
I'm going to take my 40% easy gain and move on for now but there seems like a lot of room to improve