0.3.0.dev1
- Implement ThreadPoolExecutor.
- I tried with asyncio, but I ran into issues. Asyncio didn't wait for all requests to finish.
- ThreadPoolExecutor does the job.
before:
stepview --profile datajob,amaaai --period year 6.08s user 0.47s system 5% cpu 2:08.64 total
after:
stepview --profile datajob,amaaai --period year 7.23s user 1.67s system 136% cpu 6.516 total