4 lines
252 B
Markdown
4 lines
252 B
Markdown
|
# 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.
|
||
|
|
||
|
Candidate: compile NVL files into another format (perhaps binary?) that is fast to use on the go
|