tbox
tbox copied to clipboard
Performance benchmark and comparison
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
Oh, I see there is https://github.com/tboox/benchbox - maybe link it from this repo with some nice figures?
Currently you can only do it by yourself, because I don’t have free time.
Oh, I see there is https://github.com/tboox/benchbox - maybe link it from this repo with some nice figures?
only some old tests for coroutine, I haven't updated it in a long time