git commit: SPARK-2685. Update ExternalAppendOnlyMap to avoid buffer.remove()

2014-08-04 Thread matei
Repository: spark Updated Branches: refs/heads/master 05bf4e4af -> 066765d60 SPARK-2685. Update ExternalAppendOnlyMap to avoid buffer.remove() Replaces this with an O(1) operation that does not have to shift over the whole tail of the array into the gap produced by the element removed. Author

git commit: SPARK-2685. Update ExternalAppendOnlyMap to avoid buffer.remove()

2014-08-04 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.1 4ed7b5a2f -> a09228549 SPARK-2685. Update ExternalAppendOnlyMap to avoid buffer.remove() Replaces this with an O(1) operation that does not have to shift over the whole tail of the array into the gap produced by the element removed. Au