C++ pattern matching is coming

Imperatorn johan_forsberg_86 at hotmail.com
Wed Oct 26 14:09:46 UTC 2022


On Wednesday, 26 October 2022 at 11:31:50 UTC, German Diago wrote:
> On Wednesday, 26 October 2022 at 11:09:30 UTC, Imperatorn wrote:
>> [...]
>
> After a quick look I do not see what I am looking for to start, 
> though. I am looking for the performance compared to using 
> Django, so requests/s, memory usage, etc. is a good place to 
> start. What I care about is that once I deploy something it is 
> faster than Django.
>
> Of course this is going to depend on the use case and my 
> software... so I guess this is something I will have to try 
> myself.
>
>  - Did the GC get a lot in the way?
>  - It is very memory-intensive?
>  - Are there good alternatives to side-step GC when using Vibe 
> to reasonable ways
>    if that could be a resource hog?
>
> Those are the things I would care about. If I use D it would be 
> to lower hosting cost basically.

I see, then you should look into arsd imo, very simple and 
minimal.

It doesn't get much more simple than this
https://arsd-official.dpldocs.info/arsd.cgi.html


More information about the Digitalmars-d mailing list