OpenDA-Association/OpenDA

Improve logging efficiency

erikpelgrim opened this issue · 0 comments

In InstanceStore .java a lot of string concatenation is used.
In case of logging with a lot of parameters too many new string objects will be created, this is very inefficient.
This must be improved by using the standard java StringBuilder class