-
- Downloads
After some testing I realized that the IndexedSeq is still instantiating the...
After some testing I realized that the IndexedSeq is still instantiating the array (not maintaining a view) so I have replaced all IndexedSeq[V] with (Int => V)
Please register or sign in to comment