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

Consider use of JSON marshalling accelerators #44

Open
danielplohmann opened this issue Sep 20, 2023 · 0 comments
Open

Consider use of JSON marshalling accelerators #44

danielplohmann opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@danielplohmann
Copy link
Owner

danielplohmann commented Sep 20, 2023

By transforming additional DTOs into full python dataclasses, it would likely become possible to use an acceleration library like mashumaro for the (un)marshalling of MatchingResult, which is very expensive for large reports right now.

@danielplohmann danielplohmann added the enhancement New feature or request label Sep 20, 2023
@danielplohmann danielplohmann changed the title Consider use of JSON marshelling accelerators Consider use of JSON marshalling accelerators Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant