It was using bounds-checked indexing in the basic operations. Now it's using non-bounds-checked indexing, since all of the indexing is constants that we know to be within the bounds. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
It was using bounds-checked indexing in the basic operations. Now it's using non-bounds-checked indexing, since all of the indexing is constants that we know to be within the bounds. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||