-
Notifications
You must be signed in to change notification settings - Fork 2
Improve performance #53
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
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?