simple-binary-encoding icon indicating copy to clipboard operation
simple-binary-encoding copied to clipboard

[Go] SBE implementation in Go using flyweights

Open ethanf opened this issue 2 years ago • 2 comments

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 avatar Aug 08 '23 02:08 ethanf

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

vyazelenko avatar Sep 01 '24 09:09 vyazelenko

@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.

ethanf avatar Sep 18 '24 02:09 ethanf