open2b / scriggo

The world’s most powerful template engine and Go embeddable interpreter
https://scriggo.com
BSD 3-Clause "New" or "Revised" License
429 stars 19 forks source link

cmd/scriggo: optimize reading of packages and generation of native.Packages #50

Open zapateo opened 5 years ago

zapateo commented 5 years ago

Dopo l'introduzione del modulo Go per ottenere le espressioni delle costanti, il tool impiega più tempo del solito per generate il package. Indagare.

zapateo commented 5 years ago

Anche con la nuova implementazione (https://github.com/open2b/scrigo/commit/3b760b397c8e12ee55280dab204e2b67574c3f32) il tool resta comunque lento.

zapateo commented 5 years ago

A cache system could help.