My first experience as a D Newbie

Jacob Carlborg doob at me.com
Sun Oct 15 19:00:45 UTC 2017


On 2017-10-13 17:29, Rion wrote:

> Recently i was helping a developer who was benchmarking D+Vibe.d, on his 
> OsX he never got parallel support to work ( error fault 11 )  for 
> Vibe.d, resulting in vibe.d running single core and losing to Crystal 
> and Rust big time ( single core tests ). I do not expect him to pick up 
> D based upon those results. That was two developers trying to find the 
> correct way to force vibe.d to work parallel on his system. Lets not 
> count the hours lost for use both.

You can always run X number of instances of the application (where X is 
the same as the number of cores) behind a load balancer. That will also 
help when the GC decides the collect and freezes the whole application.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list