-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement protobuf wire protocol and get rid that dependency #5
Labels
core
Relates to Core component
Comments
tkowalcz
added a commit
that referenced
this issue
Feb 6, 2021
tkowalcz
added a commit
that referenced
this issue
Feb 6, 2021
tkowalcz
added a commit
that referenced
this issue
Feb 6, 2021
tkowalcz
added a commit
that referenced
this issue
Feb 7, 2021
…ations - results are mind blowing. Some improvements based on that test.
tkowalcz
added a commit
that referenced
this issue
Feb 7, 2021
…ible hash table (array of shorts) with 16k entries.
tkowalcz
added a commit
that referenced
this issue
Feb 7, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Protobuf increases size of the release jar and has inefficient API that forces us to allocate a lot of Strings. We need to create protobuf message template with enough logic that we can send valid Loki updates without depending on protobuf itself.
The text was updated successfully, but these errors were encountered: