Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to a long unfixed issue in Rust (rust-lang/rust#53827), initializing large arrays and boxing them causes a stack overflow. To avoid this, the new_boxed fn allocates itself manually.
- Loading branch information