C++ pattern matching is coming

Steven Schveighoffer schveiguy at gmail.com
Wed Oct 26 14:43:16 UTC 2022


On 10/26/22 2:28 AM, Arun wrote:
> On Wednesday, 26 October 2022 at 01:06:27 UTC, Ali Çehreli wrote:
>> On 10/25/22 17:53, zjh wrote:
> 
>> I am saying the above with full understanding that there are 
>> programmers out there who were educated in C++ circles and are sure 
>> that garbage collectors are for inferior languages. That is a 
>> shortcoming of their education.
> 
> For short running tools and low volume stuff, yes, GC is good.
> 
> My practical experience running vibe.d service with GC in production: 
> default GC is a bane. Default should've been @nogc.

My experience with vibe.d with GC is just fine. In fact, I think it's a 
great use case (vibe uses lots of little allocations for each request).

-Steve


More information about the Digitalmars-d mailing list