Raphael Ortiz

Results 2 issues of Raphael Ortiz

The 4x4 transform matrix is not directly accessible through python bindings. Unless I missed it in the doc, it is only accessible as a string through the `.info()` method, with...

Using iterators instead of indexing is another possible optimization. At the end of the speedup refactoring: https://rustwasm.github.io/docs/book/game-of-life/time-profiling.html > At this point, the next lowest hanging fruit for speeding up Universe::tick...