Skip to content
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

[Go] SBE implementation in Go using flyweights #951

Merged
merged 21 commits into from
Oct 29, 2024

Conversation

ethanf
Copy link
Contributor

@ethanf ethanf commented Aug 8, 2023

See #765. To generate flyweights instead of structs, set the following flag:

sbe.go.generate.generate.flyweights=true

Includes OTF and JsonPrinter implementations for parity with other implementations.

@ethanf ethanf changed the title [Go] SBE implementation in Go using flyweights #765 [Go] SBE implementation in Go using flyweights Aug 8, 2023
@ethanf ethanf marked this pull request as ready for review August 12, 2023 17:46
@vyazelenko
Copy link
Contributor

@ethanf There are merge conflicts which prevent this PR from being merged.

This generates flyweights in the sbe-tool build for use in the otf library.
@ethanf
Copy link
Contributor Author

ethanf commented Sep 18, 2024

@ethanf There are merge conflicts which prevent this PR from being merged.

@vyazelenko Merge conflicts are fixed up and tests are passing again.

The go codebase needs to be modernized to use go modules, which will simplify and speed up the tests. This is ready to merge and we're starting to use it in production.

@vyazelenko vyazelenko merged commit da547cc into real-logic:master Oct 29, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants