Skip to content

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