Re: HTTP frameworks benchmark focused on D libraries

2020-09-27 Thread James Blachly via Digitalmars-d-announce
On 9/27/20 6:08 AM, tchaloupka wrote: Hi all, I've just pushed the updated results. Thanks for continuing to work on this! vibe-core performs quite well -- scaling up with additional workers from 8 through 256, whereas vibe-d platform tops out around ~35,000-45,000 RPS irrespective of

Re: beerconf September!

2020-09-27 Thread Steven Schveighoffer via Digitalmars-d-announce
On 9/27/20 8:14 AM, Ethan wrote: On Sunday, 27 September 2020 at 00:48:34 UTC, Steven Schveighoffer wrote: Here is day 1's notes. https://gist.github.com/schveiguy/ba5532fa64822113a8877ae4be37eeeb Beer thread! Where are the worst beers created? We have some contenders: Ethan: Finland I

Re: HTTP frameworks benchmark focused on D libraries

2020-09-27 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 27 September 2020 at 10:08:24 UTC, tchaloupka wrote: * new RAW tests in C to utilize epoll and io_uring (using liburing) event loops - so we have some ground base we can compare against I fixed some buffering issues in cgi.d and, if you have the right concurrency level that

Re: Release D 2.094.0

2020-09-27 Thread Daniel N via Digitalmars-d-announce
On Saturday, 26 September 2020 at 22:12:17 UTC, Imperatorn wrote: On Saturday, 26 September 2020 at 21:45:09 UTC, Martin Nowak wrote: Glad to announce D 2.094.0, ♥ to the 49 contributors. This release comes with faster compiler binaries (built with ldc), direct git dependencies in dub, better

Re: Release D 2.094.0

2020-09-27 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 26 September 2020 at 21:45:09 UTC, Martin Nowak wrote: Glad to announce D 2.094.0, ♥ to the 49 contributors. I'd use the delay as an opportunity to shift the bi-monthly releases to even months (to avoid the beta during the holiday season).

Re: HTTP frameworks benchmark focused on D libraries

2020-09-27 Thread Adam D. Ruppe via Digitalmars-d-announce
I fixed my event loop last night so I'll prolly release that at some point after a lil more testing, it fixes my keep-alive numbers... but harms the others so I wanna see if I can maintain those too.

Re: beerconf September!

2020-09-27 Thread Ethan via Digitalmars-d-announce
On Sunday, 27 September 2020 at 00:48:34 UTC, Steven Schveighoffer wrote: Here is day 1's notes. https://gist.github.com/schveiguy/ba5532fa64822113a8877ae4be37eeeb Beer thread! Where are the worst beers created? We have some contenders: Ethan: Finland I also followed on and said Finnish

Re: HTTP frameworks benchmark focused on D libraries

2020-09-27 Thread ikod via Digitalmars-d-announce
On Sunday, 27 September 2020 at 10:08:24 UTC, tchaloupka wrote: Hi all, I've just pushed the updated results. * new RAW tests in C to utilize epoll and io_uring (using liburing) event loops - so we have some ground base we can I'll probably add wrk[3] load generator too to see a

Re: HTTP frameworks benchmark focused on D libraries

2020-09-27 Thread tchaloupka via Digitalmars-d-announce
Hi all, I've just pushed the updated results. Test suite modifications: * added runner command to list available tests * possibility to switch off keepalive connections - causes `hey` to make a new connection for each request * added parameter to run each test multiple times and choose the