aboutsummaryrefslogtreecommitdiff
path: root/unsafe
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-271-1/+1
* [SPARK-8574] org/apache/spark/unsafe doesn't honor the java source/ta…Tom Graves2015-06-251-1/+1
* [SPARK-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-232-7/+1
* [SPARK-8301] [SQL] Improve UTF8String substring/startsWith/endsWith/contains ...Tarek Auel2015-06-201-12/+18
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-113-1/+305
* [SPARK-7733] [CORE] [BUILD] Update build, code to use Java 7 for 1.5.0+Sean Owen2015-06-071-2/+1
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [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