Serg Gini
Serg Gini
> > Usually Dart will be much slower than D. > > I also ran a HTTP Server and Dart again was quite a bit faster. In which problems is...
> The HTTP Server I tried was not from this repository but from the "canonical" servers in each language (Dart has one in the stdlib and for D I used...
> The HTTP Server I tried was not from this repository but from the "canonical" servers in each language (Dart has one in the stdlib and for D I used...
> Not sure if it's valid, but D has a very fast HTTP server as well: https://github.com/tchaloupka/httparsed D server unfortunately not very fast( httpparser is good yes. > Also, are...
> > No, I’ve never worked with Dart > > Ok, but then I suggest you avoid making claims about Dart being much slower than whatever. Do you know type...
> I don't know why you're asking about that, it has nothing to do with this thread. My original question was why D was running 2 to 3 times slower...
> I don't know why you're asking about that, it has nothing to do with this thread. My original question was why D was running 2 to 3 times slower...
Why only Numbas?) Why not Jax though? and on GPU..
Just use: ``` import std.array; auto m = data.matchAll(ctRegex!(pattern)); count = cast(int) m.array.length; ``` It is easy to read and run faster than foreach.
> Thanks, my knowledge about D is limited, so I have some doubts. > > * What is the difference from the actual implementation? And why do you want to...