Go, D, and the GC
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Sat Oct 3 11:26:30 PDT 2015
On Saturday, 3 October 2015 at 18:21:55 UTC, deadalnix wrote:
> On Saturday, 3 October 2015 at 13:35:19 UTC, Vladimir Panteleev
> wrote:
>> On Friday, 2 October 2015 at 07:32:02 UTC, Kagamin wrote:
>>> Low latency (also a synonym for fast) is required by
>>> interactive applications like client and server software
>>
>> Isn't a typical collection cycle's duration negligible
>> compared to typical network latency?
>
> Not really, especially if you have to block all threads,
> meaning hundreds of requests.
I don't understand how that is relevant.
E.g. how is making 1% of requests take 100ms longer worse than
making 100% of requests take 10ms longer?
More information about the Digitalmars-d
mailing list