|
|
|
|
|
by mgaunard
167 days ago
|
|
Quite easy to outperform a parsing library when you're not actually doing any parsing work and just memory-mapping pre-parsed data... That being said storing trees as serializable flat buffers is definitely useful, if only because you can release them very cheaply. |
|