0ssamaak0 / DLTA-AI

Data Labeling, Tracking and Annotation with AI
GNU General Public License v3.0
314 stars 39 forks source link

Optimization: Parellilsm, Vectorization #73

Open 0ssamaak0 opened 10 months ago

0ssamaak0 commented 10 months ago

Many funtionalities Many functionalities in DLTA-AI still use nested loops, such an implementation is not efficient and may cause bottlenecks.

We need to investigate many of these functionalities and optimize them, ofc not all of them can be optimized, but we can try to optimize as many as possible.

For example: