dolifer/NGql

Reuse StringBuilder instance

dolifer opened this issue · 0 comments

At the moment, when query text is build, library creates additional instances of StringBuilder.

We can simplify the logic and re-use an existing instance.