-
Couldn't load subscription status.
- Fork 556
[Go] SBE implementation in Go using flyweights #951
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
Conversation
|
@ethanf There are merge conflicts which prevent this PR from being merged. |
c67db61 to
1c8d115
Compare
To generate flyweights instead of structs, set the following flag: ``` sbe.go.generate.generate.flyweights=true ```
2fd7f99 to
67164ae
Compare
This generates flyweights in the sbe-tool build for use in the otf library.
@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. |
See #765. To generate flyweights instead of structs, set the following flag:
Includes OTF and JsonPrinter implementations for parity with other implementations.