cpmodel/FTT_StandAlone

Speed up import of input files

Closed

#6 opened on Jan 28, 2023

 (5 comments) (0 reactions) (1 assignee)Python (5 forks)auto 404
enhancementgood first issuehackathon

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (Avg merge 24d 10h) (4 merged PRs in 30d)

Description

From profiling, it seems that 67% of run time is from importing input csv files. We should be able to speed this up with joblib, a library for parallellisation.

Contributor guide