tbox icon indicating copy to clipboard operation
tbox copied to clipboard

Performance benchmark and comparison

Open dumblob opened this issue 3 years ago • 3 comments

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

dumblob avatar Feb 25 '21 10:02 dumblob

Oh, I see there is https://github.com/tboox/benchbox - maybe link it from this repo with some nice figures?

dumblob avatar Feb 25 '21 10:02 dumblob

Currently you can only do it by yourself, because I don’t have free time.

waruqi avatar Feb 25 '21 10:02 waruqi

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

waruqi avatar Feb 25 '21 10:02 waruqi