On Wednesday, 21 March 2018 at 12:52:19 UTC, Paulo Pinto wrote:
>1D. Efficiency.
Judging by parasail example in wikipedia it looks allocation
heavy. Things like
Println("About to insert " | Key | " => " | Val);
Presumably because it doesn't have variadic arguments?