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
Is your feature request related to a problem? Please describe.
I as a newcomer could not find any performance benchmark compared to other common libraries (musl, uclibc, glib, etc.) to answer the question "what will I sacrifice if I choose tboox".
Describe the solution you'd like
Some general performance benchmark of performance-sensitive aspects (malloc and related, sorting algos, hashing algos, tree algos, network/polling/... interface, etc.) compared 1:1 to at least glib or even better to other libs (e.g. musl).
Describe alternatives you've considered
Do it myself. That's too much time consuming and error prone (doing benchmarks in really hard).
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I as a newcomer could not find any performance benchmark compared to other common libraries (musl, uclibc, glib, etc.) to answer the question "what will I sacrifice if I choose tboox".
Describe the solution you'd like
Some general performance benchmark of performance-sensitive aspects (malloc and related, sorting algos, hashing algos, tree algos, network/polling/... interface, etc.) compared 1:1 to at least glib or even better to other libs (e.g. musl).
Describe alternatives you've considered
Do it myself. That's too much time consuming and error prone (doing benchmarks in really hard).
Additional context
N/A
The text was updated successfully, but these errors were encountered: