5 ms·
Do you have any simd-optim in parsing all those large files ? I have read that you write some of your own parser for perf boost. (I am one of the author of ht
by cha42 3y ago
Do you have any simd-optim in parsing all those large files ?
I have read that you write some of your own parser for perf boost.
(I am one of the author of https://github.com/V0ldek/rsonpath https://github.com/V0ldek/rsonpath)
- gamegoblin 3y agoNo SIMD in the parser path... yet... :) The main win from writing our own custom parser is writing directly into the final in-memory format from the parse stream without any intermediate allocations or data movement. Awesome project! Adding it to my list of things we may plug into in the future.
- cha42 3y agoSealable spreadsheet is also awesome ! Congrats for the delivery.