Open Imperatorn opened 1 year ago
Hello,
Yes, it's a little slower than openssl on private keys due to better optimized montgomery operations, for servers it would be faster when linking with openssl (use the build variation). Otherwise, I haven't noticed nor benchmarked it
Thanks
Sorry, I thought you were commenting on another library. I've never benchmarked this library unfortunately, but it's very barebone so I assume it would be quite fast. I was using it in production with https://github.com/etcimon/vibe.0
Someone contributed a benchmark if you'd like to compare req/s on your own machine
https://github.com/etcimon/libasync/tree/master/tests/http_request_benchmark
Hi, nice library!
Have you done any benchmarks of it?
Thanks