Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use an array instead of a vec (#305)
Arrays are faster than vectors and not heap-allocated.
- Loading branch information