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
Simple stream allocates new slice of bytes on each call to read json line. This allocation became significant when simple_stream reads big json faster than GC frees memory.
Simple stream allocates new slice of bytes on each call to read json line. This allocation became significant when simple_stream reads big json faster than GC frees memory.
go-nakadi/simple_stream.go
Line 87 in 1a6ca9f
The text was updated successfully, but these errors were encountered: