kostya / benchmarks

Some benchmarks of different languages
MIT License
2.8k stars 253 forks source link

Add range checks for bf tests #473

Open nuald opened 11 months ago

nuald commented 11 months ago

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 the unfair advantage because of it.

ricvelozo commented 10 months ago

Related: #290.