add some comments about speed to gonicembed

This commit is contained in:
sentriz
2019-07-08 15:14:56 +01:00
parent 3a1e2f1d1b
commit 5a1d262d6b
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ import (
"github.com/pkg/errors"
)
// once i had this written with ~100% text/template but it was very
// slow. now this thing is not nice on the eyes or easy to change
// but it's pretty fast. which i needed it to for live reloading stuff
const (
programName = "gonicembed"
byteCols = 24