We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as discussed with @sebschlicht it might make sense to store objects in as byte array in level db.
First profile in the middleware if parsing json with all the reflections is really a bottleneck
if so: move this code from https://github.com/Metalcon/middleware/blob/f15162d943a625dfcf535f70359fd6b0b0d572e2/src/main/java/de/metalcon/middleware/core/SddOutputGenerator.java to static data delivery write requests and change the response Classes and API of static data delivery.
The text was updated successfully, but these errors were encountered:
JonasKunze
No branches or pull requests
as discussed with @sebschlicht it might make sense to store objects in as byte array in level db.
First profile in the middleware if parsing json with all the reflections is really a bottleneck
if so: move this code from https://github.com/Metalcon/middleware/blob/f15162d943a625dfcf535f70359fd6b0b0d572e2/src/main/java/de/metalcon/middleware/core/SddOutputGenerator.java to static data delivery write requests and change the response Classes and API of static data delivery.
The text was updated successfully, but these errors were encountered: