aboutsummaryrefslogtreecommitdiff
path: root/unsafe
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7800] isDefined should not marked too early in putNewKeyLiang-Chi Hsieh2015-05-211-1/+0
* [SPARK-7251] Perform sequential scan when iterating over BytesToBytesMapJosh Rosen2015-05-205-53/+274
* [SPARK-7698] Cache and reuse buffers in ExecutorMemoryAllocator when using he...Josh Rosen2015-05-201-2/+55
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-133-24/+82
* [SPARK-7450] Use UNSAFE.getLong() to speed up BitSetMethods#anySet()tedyu2015-05-073-3/+19
* [MINOR] Minor update for documentLiang-Chi Hsieh2015-05-051-2/+2
* [SPARK-7288] Suppress compiler warnings due to use of sun.misc.Unsafe; add fa...Josh Rosen2015-04-306-24/+114
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-2923-0/+2315