After profiling the code, it appears that parsing the CSV output takes 9% of the code runtime. Find a faster way to parse the content (can make it not be CSV if needed)
After profiling the code, it appears that parsing the CSV output takes 9% of the code runtime.
Find a faster way to parse the content (can make it not be CSV if needed)