Alexander Slesarev

Results 5 issues of Alexander Slesarev

The configuration had to be tweaked for benchmarking to work - the number of workers is hardcoded to 256. Other samples do not have it, and it gives the Rust/Rocket...

Now ldc2 doesn't work properly if optimization enabled, therefore it has been disabled for both dmd and ldc2 for fair results. Additional investigation is required, and probably ldc2 compiler should...

Some tests use compilation flags which are not used in the production (like `-d:danger` or `-mbranches-within-32B-boundaries` or `-fbounds-check=off`) thus not giving the realistic results. README should be up-to-dated with the...

The original implementation (the mirror in https://gitlab.com/nuald-grp/bf-2) has the range check and properly handles the out of bound access. Some of the existing tests don't have it, thus may have...