You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also multiple-core is not the biggest possible improvement. I actually have investigated a avx2 enabled FEC library which can improve the performance by 10x,even if with single-core. (Combining avx2 and multiple core, it's not hard to achieve a performance improvement of 40x)
However, avx2 optimization is not suitable for personal use; what's more important is to improve performance / efficiency on low-end devices like low-end routers, battery-powered phones, cheap virtual servers, thus make the project usable to more people, instead of empowering someone to use Gigabits of bandwidth with a high-end server.
Creating this issue as a feature request item for myself, planning to contribute and also use to close #327
The automation should:
The text was updated successfully, but these errors were encountered: