- [ ] look into a faster undordered map - for big files most of the time is spent on hashing and looking up in maps - [ ] use a thread pool to do all of the exporting in paralel - [ ] maybe use std terminate to end program execution earlier so we don't have to wait for all those strings and maps to be freed?
look into a faster undordered map - for big files most of the time is spent on hashing and looking up in maps
use a thread pool to do all of the exporting in paralel
maybe use std terminate to end program execution earlier so we don't have to wait for all those strings and maps to be freed?