Suggestions for interesting Java applications that I can measure GC performance on

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rsp-game-of-life

    Conway's Game of Life in Java in a browser.

  • A Conway's Game of Life server. You may open multiple simulation windows simultaneously and observe the Heap and GC activity to CPU usage in VisualVM.

  • Nbvcxz

    Password strength estimator

  • So password strength estimation is a side project I've been interested in for a while. I didn't like that there were no Java ports of Dropbox's zxcvbn library (at the time), so I started work on writing a library inspired by zxcvbn in Java called Nbvcxz: https://github.com/GoSimpleLLC/nbvcxz

  • 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
  • java-perf-workshop

    Guided walkthrough to understand the performance aspects of a Java web service

  • Disclaimer, I helped write it. We teach a class on heap analysis and garbage collection. The service we use is here: https://github.com/cchesser/java-perf-workshop/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts