issues
search
s-ludwig
/
sdlite
Light and fast SDLang parser/generator
MIT License
15
stars
5
forks
source link
Avoid heap allocations in generateSDLang(SDLValue).
#4
Closed
s-ludwig
closed
4 years ago
s-ludwig
commented
4 years ago
Avoids using TimeZone.stdName, which allocates internally, and instead always uses a UTC offset
Uses final switch instead of visit to avoid an implicit heap delegate being created