Re: Q & A with Razvan Nitu and Dennis Korpel

2022-05-27 Thread Dukc via Digitalmars-d-announce
On Wednesday, 25 May 2022 at 14:43:04 UTC, Mike Parker wrote: I've started a new series on our YouTube channel that I'm calling 'D Community Q & A Sessions'. These are short sessions focused on specific topics. For the inaugural episode, Razvan and Dennis joined me to talk about their roles a

Re: cogito, cognitive complexity for D

2022-05-27 Thread Eugen Wissner via Digitalmars-d-announce
On Tue, May 24, 2022 at 11:25:38PM +0200, Christian Köstlin via Digitalmars-d-announce wrote: > and I am wondering what real world "numbers" are. Is e.g. 20 a "good" or > "bad" number? Module thresholds aren't useful for everyone, D modules can be pretty large. I see different values used for ag

Re: Q & A with Razvan Nitu and Dennis Korpel

2022-05-27 Thread Johan via Digitalmars-d-announce
On Wednesday, 25 May 2022 at 14:43:04 UTC, Mike Parker wrote: I've started a new series on our YouTube channel that I'm calling 'D Community Q & A Sessions'. These are short sessions focused on specific topics. For the inaugural episode, Razvan and Dennis joined me to talk about their roles a

Re: Q & A with Razvan Nitu and Dennis Korpel

2022-05-27 Thread Mike Parker via Digitalmars-d-announce
On Friday, 27 May 2022 at 13:04:08 UTC, Johan wrote: I think it is great to invite two people as you did, instead of interviewing just one person. But it'd be more interesting to watch if you make it a real conversation between 3 people, instead of just question-answer. Thanks! I plan t

Re: Adding Modules to C in 10 Lines of Code

2022-05-27 Thread Jack via Digitalmars-d-announce
On Tuesday, 3 May 2022 at 01:54:16 UTC, forkit wrote: On Friday, 22 April 2022 at 19:54:13 UTC, Walter Bright wrote: On 4/17/2022 1:12 PM, Walter Bright wrote: https://nwcpp.org/ An online presentation. Monday at 7PM PST. Slides: https://nwcpp.org/talks/2022/modules_in_c.pdf Video: https

Re: HTTP frameworks benchmark focused on D libraries

2022-05-27 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 26 May 2022 at 07:49:23 UTC, tchaloupka wrote: Some notes: * `Archttp` have some problem with only 2 CPUs so it's included only in the first test (it was ok with 4 CPUs and was cca 2x faster than `hunt-web`) Hi tchaloupka: First Thank you for the benchmark project! I fixed

Httparsed - fast native dlang HTTP 1.x message header parser

2022-05-27 Thread test123 via Digitalmars-d-announce
https://forum.dlang.org/post/odlataafslwqvsgsm...@forum.dlang.org On Monday, 14 December 2020 at 21:59:02 UTC, tchaloupka wrote: Hi, I was missing some commonly usable HTTP parser on code.dlang.org and after some research and work I've published httparsed[1]. [1] https://code.dlang.org/packa

Re: HTTP frameworks benchmark focused on D libraries

2022-05-27 Thread tchaloupka via Digitalmars-d-announce
On Friday, 27 May 2022 at 20:51:14 UTC, zoujiaqing wrote: On Thursday, 26 May 2022 at 07:49:23 UTC, tchaloupka wrote: I fixed the performance bug the first time. (The default HTTP 1.1 connection is keep-alive) Archttp version 1.0.2 has been released, and retesting has yielded significant per

Re: HTTP frameworks benchmark focused on D libraries

2022-05-27 Thread ikod via Digitalmars-d-announce
On Saturday, 28 May 2022 at 05:44:11 UTC, tchaloupka wrote: On Friday, 27 May 2022 at 20:51:14 UTC, zoujiaqing wrote: It means two separate syscalls for header and body. This alone have huge impact on the performance and if it can be avoided, it would be much better. sendv/writev also can