Package

com.twitter.algebird

benchmark

Permalink

package benchmark

Visibility
  1. Public
  2. All

Type Members

  1. class AsyncSummerBenchmark extends AnyRef

    Permalink
  2. class CMSBenchmark extends AnyRef

    Permalink
  3. class CMSHashingBenchmark extends AnyRef

    Permalink
  4. case class Counter(name: String) extends Incrementor with Product with Serializable

    Permalink
  5. class HLLPresentBenchmark extends AnyRef

    Permalink
  6. class HllBatchCreateBenchmark extends AnyRef

    Permalink
  7. class HllBenchmark extends AnyRef

    Permalink
  8. class OldMonoid extends HyperLogLogMonoid

    Permalink
  9. class QTreeBenchmark extends AnyRef

    Permalink
    Annotations
    @OutputTimeUnit() @BenchmarkMode()
  10. class QTreeMicroBenchmark extends AnyRef

    Permalink
    Annotations
    @OutputTimeUnit() @BenchmarkMode()
  11. class TopCMSBenchmark extends AnyRef

    Permalink

Value Members

  1. object AsyncSummerBenchmark

    Permalink
  2. object CMSBenchmark

    Permalink

    Benchmarks the Count-Min sketch (CMS) implementation in Algebird.

    Benchmarks the Count-Min sketch (CMS) implementation in Algebird.

    We benchmark different K types as well as different input data streams.

  3. object CMSHashingBenchmark

    Permalink

    Benchmarks the hashing algorithms used by Count-Min sketch for CMS[BigInt].

    Benchmarks the hashing algorithms used by Count-Min sketch for CMS[BigInt].

    The input values are generated ahead of time to ensure that each trial uses the same input (and that the RNG is not influencing the runtime of the trials).

    More details available at https://github.com/twitter/algebird/issues/392.

  4. object HLLPresentBenchmark

    Permalink
  5. object HllBatchCreateBenchmark

    Permalink
  6. object HllBenchmark

    Permalink
  7. object QTreeBenchmark

    Permalink
  8. object QTreeMicroBenchmark

    Permalink
  9. object TopCMSBenchmark

    Permalink

    Benchmarks the Count-Min sketch implementation in Algebird.

    Benchmarks the Count-Min sketch implementation in Algebird.

    We benchmark different K types as well as different input data streams.

Ungrouped