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

Improve format compile #110

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jsallay
Copy link
Collaborator

@jsallay jsallay commented Mar 20, 2024

The format commands take a long time to compile. To work on gcc 11, we had to do some heroics. It involved nested lambda functions. Since GR4.0 needs a more recent compiler we can simplify the function significantly.

jsallay and others added 7 commits November 28, 2022 21:00
Some aspects of flatbuffers are really slow (like construction) and we
weren't really using flatbuffers in the way that they were intended
anyway.

This is a complete rewrite of the PMTs using std::variants.  The code is
much simpler and the performance is better (and in some cases an order
of magnitude better).

The code now requires c++20 as well.

Signed-off-by: John Sallay <[email protected]>
Signed-off-by: Josh Morman <[email protected]>
Signed-off-by: John Sallay <[email protected]>
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