Less memory allocations #181
MiloszKrajewski
started this conversation in
Ideas
Replies: 1 comment
-
Hi @MiloszKrajewski, Thank you for that proposals. Also important to keep in mind I have a plan to rebuild v9 version from scratch, using F#, so it could be different from existing major version. But from my PoV is would be nice to eliminate a places with high alloc, because even in v9 will be done in other way, some things could be kept in mind. So I would be happy to have such kind of PR with optimizations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just ran some log running test with lot of log messages and memory analyser and it reported three potential improvements in
LokiBatchFormatter
.TL;DR: I would be happy to look at those cases and submit PR, I have some experience in optimizing towards allocation-free code, just asking before-hand if you would accept such PR?
Anyway, I would be happy to look at those cases and submit PR, just asking before hand if you would accept such PR?
Cheers,
Milosz Krajewski
Beta Was this translation helpful? Give feedback.
All reactions