Hacker News new | ask | show | jobs
by postflopclarity 45 days ago
this is exactly what julia does. boundschecks are default on, and there are compiler flags --- either locally, via the `@inbounds` macro, or globally with `--check-bounds=no`--- to disable them