Go, D, and the GC
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Sat Oct 3 11:21:52 PDT 2015
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.
More information about the Digitalmars-d
mailing list