aboutsummaryrefslogtreecommitdiff
path: root/unsafe/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-112-1/+93
* [SPARK-7251] Perform sequential scan when iterating over BytesToBytesMapJosh Rosen2015-05-201-16/+149
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-131-0/+23
* [SPARK-7450] Use UNSAFE.getLong() to speed up BitSetMethods#anySet()tedyu2015-05-071-0/+7
* [SPARK-7288] Suppress compiler warnings due to use of sun.misc.Unsafe; add fa...Josh Rosen2015-04-302-2/+2
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-297-0/+588