Etienne Cimon
Etienne Cimon
Have you tried building the selfsigned example? It seems to work on my end, what does your code look like?
I was thinking it might be a compiler bug related to the imports, I'll try and isolate it later.
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...
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...
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
It seems like a linker issue, I think you need to link to a stub for pthreads to work in this docker. https://github.com/alpinelinux/docker-alpine/issues/227 Have you tried linking with the supplied...
I added the test
In ldc2.conf you have this: ```default: { [..] // default switches appended after all explicit command-line switches post-switches = [ "-I%%ldcbinarypath%%/../import", ]; // default switches injected before all explicit command-line...
The browser interfaces in the tests here could still be very practical to use in an `extern (C)` because (I didn't test) you should be able to use LDC to...