You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement (internal) data model representation to reduce allocations and CPU overhead.
This model should be effectively (un)-marshaled into binary representation so it can be also used on-the-wire, e.g. for sending via message broker like Kafka.
Advanced optimizations like string interning, memory re-use, pooling, etc are welcome.
The text was updated successfully, but these errors were encountered:
Implement (internal) data model representation to reduce allocations and CPU overhead.
This model should be effectively (un)-marshaled into binary representation so it can be also used on-the-wire, e.g. for sending via message broker like Kafka.
Advanced optimizations like string interning, memory re-use, pooling, etc are welcome.
The text was updated successfully, but these errors were encountered: