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

Reply via email to