LuminosoInsight / sales-engineering-code

Code for sales engineering, particularly for code that will be given to customers
MIT License
0 stars 0 forks source link

Performance tuning create skt table #72

Closed shiumachi closed 5 years ago

shiumachi commented 5 years ago

I introduced multi-threading with concurrent.futures to improve the performance in create_skt_table(). With this PR, create_skt_table() will be 284% faster than the current version against a 2,000 documents project.