Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving efficiency & compatibility of traverse implementation for b…
…oxed vectors. (gh pr #221, fixes bug #220) previously traverse used unknown size fromList rather fromListN for constructing Boxed vectors. In the presence of compact regions the implementation strategy for fromList results in program crashes. Now traverse on Boxed vectors uses the input vector size for constructing the result vector.
- Loading branch information