ProjectNeura / LEADS

Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.
https://leads.projectneura.org
Apache License 2.0
257 stars 54 forks source link

Accelerate Base64 Encoding #267

Closed ATATC closed 4 months ago

ATATC commented 4 months ago

Base64 encoding has become the bottleneck of the performance of LEADS since video-related features are added into LEADS. Accelerating this process will benefit not only video capture but also AI features.

ATATC commented 4 months ago

Although in #251 we decided to use multithreading to get rid of the poor performance of Base64 encoding, there's still a little room to improve.