Vlad Frolov

Results 251 comments of Vlad Frolov

I don't have the skill, but I am fine if someone will send a PR.

Thank you for the contribution! I will merge this as soon as I have a timeframe to install the compiler and run the benchmark.

Well, technically, once you start measuring the performance, you violate the definition of "naive solution" that we gave in the README: > We define the "naive" implementations as those which...

@rex-remind101 good catch! May I ask you to submit a PR?

I don't have the skill, but I am fine if someone will send a PR.

@dbishai Wow! Thanks! I had failed to properly maintain this benchmark, but I hope to get to it one day. I merge the new implementations together with the scoreboard update,...

We should change all of the solutions to go from 0 to 999999 inclusively, I think.

> I think that defeats the purpose of this benchmark, however unscientific it may be. Perhaps some ground rules should be laid down on what tricks are allowed. You are...

> I noticed that some implementations, perhaps in an attempt to make the time look better, allocate a memory pool and grab & return memory to that By the way,...