Functional-Bus-Description-Language / go-vfbdb

Versatile Functional Bus Description Language compiler back-end written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strings build for templates is not optimal

m-kru opened this issue · comments

commented

Currently normal string concatenation is used. Using strings.Build is much more efficient. It will be benchmarked and changed later. Currently it is not a bottleneck at all.