Tagged Questions
1
vote
1answer
63 views
On-the-fly parser/pre-generation space/time tradeoff considerations
Do the space-related benefits of using an on-the-fly parser outweigh the time-related benefits of a pre-generated lookup table?
Long version:
I am authoring a chemistry reference tool, and am ...