densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 38 forks source link

Add support for Array.filter #78

Closed densh closed 8 years ago

densh commented 9 years ago

We currently have an outstanding PR with initial implementation in https://github.com/densh/scala-offheap/pull/76

A suggestion for potentially faster two-pass version was given in https://github.com/densh/scala-offheap/issues/39#issuecomment-122902475

densh commented 8 years ago

Fixed in https://github.com/densh/scala-offheap/pull/76 by @arosenberger