NouVeL/documentation/implementation.md

5 lines
253 B
Markdown
Raw Normal View History

2021-05-11 12:15:49 -04:00
# Implementation
It is certainly not a good idea to parse and interpret NVL files on the go. To reduce this overhead, I'm still thinking what I should do.
2021-05-14 11:49:21 -04:00
Candidate: compile NVL files into another format (perhaps binary?) that is fast to use on the go