How many std.concurrency receivers?

thedeemon dlang at thedeemon.com
Thu Oct 11 12:39:48 PDT 2012


My biggest concern here is with this number of agents 
communicating to each other via message passing it would mean 
huge number of memory allocations for the messages, but in 
current D runtime allocation is locking (and GC too), so it may 
kill all the parallelism if reactions to messages are short and 
simple. D is no Erlang in this regard.


More information about the Digitalmars-d-learn mailing list