Java Benchmarking

Open-source Java projects categorized as Benchmarking

Top 5 Java Benchmarking Projects

  • 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.

  • nosqlbench

    The open source, pluggable, nosql benchmarking suite.

  • Project mention: How a Single Line of Code Made a 24-Core Server Slower Than a Laptop | news.ycombinator.com | 2023-06-17

    Not directly related, but https://github.com/nosqlbench/nosqlbench is very flexible benchmark tool for Cassandra and other distributed systems

  • 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
  • LSM-Tree

    Log-Structured Merge Tree Java implementation

  • Project mention: Log-Structured Merge Tree implementation | /r/coolgithubprojects | 2023-11-15
  • nano-pow-benchmark

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

  • gocypher-cybench-java

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

  • 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
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 Benchmarking related posts

Index

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

Project Stars
1 are-we-fast-yet 315
2 nosqlbench 159
3 LSM-Tree 59
4 nano-pow-benchmark 8
5 gocypher-cybench-java 3

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