pivovarit / introdb

This is a repo of Java concurrency classes, where we are going to write key value store, it will not contain impl classes just unit and performance tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to unit test

./mvnw clean test

how to run JMH

./mvnw clean package -DskipTests
java -jar perf/target/benchmarks.jar

About

This is a repo of Java concurrency classes, where we are going to write key value store, it will not contain impl classes just unit and performance tests


Languages

Language:Java 100.0%