UTSASRG / Scaler

GNU General Public License v2.0
4 stars 0 forks source link

List of library performance problems #72

Closed GammaPi closed 1 year ago

GammaPi commented 2 years ago

Bug related to API and library: C++ is 10x slower compared with Python, CPU only This C++ API is slower than other Binance interfaces (python-binance) because of the poor performance of libcurl. Imports of large Python library (aws-cdk-lib) extremely slow TF's statically linked OpenMP causes performance problems with other libraries Performance caused by GCC use openmp on small functions (Confirmed)

GammaPi commented 2 years ago

image

GammaPi commented 1 year ago

Data moved to google sheet.