densh / scala-offheap

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

Add initial implementation of offheap array filter #76

Closed ghost closed 9 years ago

ghost commented 9 years ago

@densh Working first cut, does an alloc(originalSize) then a realloc(numberMatchingPredicatesSize) at the end

ghost commented 9 years ago

@densh Updated after merging #77

Just saw your comment for EmbedArray. Will add that next

ghost commented 9 years ago

@densh All ready for review and merge

densh commented 9 years ago

LGTM