simple-binary-encoding
simple-binary-encoding copied to clipboard
[Go] SBE implementation in Go using flyweights
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 There are merge conflicts which prevent this PR from being merged.
@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.