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
Right now the backend does not pre-allocate capacity for events when serializing them. This means any message over a couple bytes will cause excess allocations.
We need to choose a reasonable initial capacity for event messages based on some heuristics/benchmarks.
The text was updated successfully, but these errors were encountered:
Right now the backend does not pre-allocate capacity for events when serializing them. This means any message over a couple bytes will cause excess allocations.
We need to choose a reasonable initial capacity for event messages based on some heuristics/benchmarks.
The text was updated successfully, but these errors were encountered: