Java Benchmark

Open-source Java projects categorized as Benchmark

Top 13 Java Benchmark Projects

  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  • Project mention: Why choose async/await over threads? | news.ycombinator.com | 2024-03-25

    Neat. Thanks for sharing!

    Interestingly, may-minihttp is faring very well in the TechEmpower benchmark [1], for whatever those benchmarks are worth. The code is also surprisingly straightforward [2].

    [1] https://www.techempower.com/benchmarks/

    [2] https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...

  • are-we-fast-yet

    Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays

  • Project mention: Boehm Garbage Collector | news.ycombinator.com | 2024-01-21

    > Sure there's a small overhead to smart pointers

    Not so small, and it has the potential to significantly speed down an application when not used wisely. Here are e.g. some measurements where the programmer used C++11 and did everything with smart pointers: https://github.com/smarr/are-we-fast-yet/issues/80#issuecomm.... There was a speed down between factor 2 and 10 compared with the C++98 implementation. Also remember that smart pointers create memory leaks when used with circular references, and there is an additional memory allocation involved with each smart pointer.

    > Garbage collection has an overhead too of course

    The Boehm GC is surprisingly efficient. See e.g. these measurements: https://github.com/rochus-keller/Oberon/blob/master/testcase.... The same benchmark suite as above is compared with different versions of Mono (using the generational GC) and the C code (using Boehm GC) generated with my Oberon compiler. The latter only is 20% slower than the native C++98 version, and still twice as fast as Mono 5.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • TeaStore

    A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling

  • rpc-bench

    RPC Benchmark of gRPC, Aeron and KryoNet (by benalexau)

  • jmeter-grpc-plugin

    A JMeter plugin supports load test gRPC

  • JankBenchX

    Benchmark UI performance on Android devices.

  • faster-multimethods

    Almost backwards compatible alternative to Clojure 1.8.0 implementation of multimethods with roughly 1/10 the method lookup cost.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • java-jwt-benchmark

    Project for benchmarking popular Json Web Token (JWT) frameworks for Java using JMH.

  • Project mention: Project for Benchmarking Popular JSON Web Token (JWT) Frameworks for Java | news.ycombinator.com | 2023-09-20
  • nano-pow-benchmark

    Advanced proof-of-work benchmarking tool for Nano's Blake2b POW.

  • java-config-library-benchmarks

    Benchmark of Java configuration libraries

  • gocypher-cybench-intellij

    CyBench IntelliJ IDEA plugin for benchmarking APIs, Java code

  • gocypher-cybench-java

    CyBench Benchmark Launcher for running, executing and reporting JMH benchmarks.

  • aon

    Binary JSON-like format and Java library.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java Benchmark related posts

Index

What are some of the best open-source Benchmark projects in Java? This list will help you:

Project Stars
1 FrameworkBenchmarks 7,378
2 are-we-fast-yet 315
3 TeaStore 115
4 rpc-bench 68
5 jmeter-grpc-plugin 41
6 JankBenchX 19
7 faster-multimethods 12
8 java-jwt-benchmark 10
9 nano-pow-benchmark 8
10 java-config-library-benchmarks 8
11 gocypher-cybench-intellij 4
12 gocypher-cybench-java 3
13 aon 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com