Engineering High-Performance Parsers with Data-Oriented Design
1–2 of 2 posts
Re: Engineering High-Performance Parsers with Data-Oriented Design
#2Two questions:
What are the downsides of this design compared to the traditional way?
Doesn't deallocation only happen once, when the work is completed, and is it worth optimizing?