kevastator / 461-acme-service

ECE 461 Phase 1 tool for open source software repo metric calculations
GNU Lesser General Public License v2.1
0 stars 3 forks source link

Threading Capabilities #23

Open TylerSivertsen opened 3 weeks ago

TylerSivertsen commented 3 weeks ago

Research how to multithread for the best latency on typescript and if there is an easy to implement way, work on implementing it for each metric calculation to run in parallel.

kevastator commented 4 days ago

This is in theory partially complete. Try out Promise.all after CLI is fixed and operational.