dmlc / tl2cgen

TL2cgen (TreeLite 2 C GENerator) is a model compiler for decision tree models
https://tl2cgen.readthedocs.io/en/latest/
Apache License 2.0
21 stars 6 forks source link

export_lib() is quite slow on Windows #24

Open hcho3 opened 7 months ago

hcho3 commented 7 months ago

The call to export_lib() is quite slow on Windows, presumably due to the slow file I/O. For example, in https://github.com/dmlc/tl2cgen/actions/runs/8013365705/job/21890278531, the test suite finishes in 3 min on Linux but takes over 2 hours on Windows.