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

Feature: Do not use nlohmann/json, use a faster to compile and use JSON #103

Open
davidmoreno opened this issue Jan 30, 2024 · 0 comments
Open

Comments

@davidmoreno
Copy link
Owner

I have the theory that slow compilation times is because of use of this library. It is very nice and easy to use, but slow to compile

And compilation times are exploding.

Find an alternative, and replace.

Possible alternatives:

Alternative is to move all functions that really use json to other compilation units. But as every midipeer_t has one, its can get a bit messy.

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

No branches or pull requests

1 participant