aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/SizeEstimator.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-283/+0
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Use ARRAY_SAMPLE_SIZE constant instead of 100.0Charles Reiss2013-05-211-1/+1
* Remove dependencies on sun jvm classes. Instead use reflection to inferShivaram Venkataraman2013-01-071-3/+10
* Make classes package privateDenny2012-10-021-1/+1
* Simplified Class / ClassLoader testMatei Zaharia2012-09-301-1/+1
* Fixed several bugs that caused weird behavior with files in spark-shell:Matei Zaharia2012-09-301-3/+7
* Fix a bug in JAR fetcher that made it always fetch the JARMatei Zaharia2012-09-271-10/+6
* Move object size and pointer size initialization into a function to enable un...Shivaram Venkataraman2012-08-131-21/+31
* If spark.test.useCompressedOops is set, use that to infer compressed oopsShivaram Venkataraman2012-08-131-0/+3
* Use HotSpotDiagnosticMXBean to get if CompressedOops are in use or notShivaram Venkataraman2012-08-131-3/+28
* Add link to Java wiki which specifies what changes with compressed oopsShivaram Venkataraman2012-08-131-0/+3
* Changes to make size estimator more accurate. Fixes object size, pointer sizeShivaram Venkataraman2012-08-131-4/+38
* Handle arrays that contain the same element many times better inMatei Zaharia2012-06-061-13/+25
* Code format.haoyuan2012-02-101-6/+5
* Added sampling for large arrays in SizeEstimatorMatei Zaharia2011-03-061-2/+15
* Made examples and core subprojectsMatei Zaharia2011-02-011-0/+160