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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Dec 7, 2023

  1. [Go] SBE implementation in Go using flyweights real-logic#765

    To generate flyweights instead of structs, set the following flag:
    
    ```
    sbe.go.generate.generate.flyweights=true
    ```
    ethanf committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f9bb21d View commit details
    Browse the repository at this point in the history
  2. [Go] Checkstyle fix

    ethanf committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    54d511d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6df1819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7e7900 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eab094 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6ec204 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d86637e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36b4242 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34e1e1f View commit details
    Browse the repository at this point in the history
  10. [Go] Draft of OTF decoder

    ethanf committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    adec715 View commit details
    Browse the repository at this point in the history
  11. [Go] Add OTF Json Printer

    ethanf committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    85a2042 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6f640bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8aadd19 View commit details
    Browse the repository at this point in the history
  14. [Go] Add enum get method

    ethanf committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c8a6edc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61b914e View commit details
    Browse the repository at this point in the history
  16. [Go] Run goimports

    ethanf committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c67db61 View commit details
    Browse the repository at this point in the history