Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 271 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 271 Bytes

This is a baseline implementation of a redis backed leaderboard with Spring boot using Java threads, Tomcat with NIO (New IO) and blocking code.

A non-blocking implementation using a modern concurrency model is available here: https://github.com/gihad/vertx_leaderboard