Skip to content
/ nio-logger Public

Playground for exploring the Java NIO API in a logging system

License

Notifications You must be signed in to change notification settings

jvz/nio-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a simple playground for experimenting with the Java NIO API in a logging system context. The code is written in Java and requires Java 8, though most API usage within is compatible with Java 7.

This uses Maven and JMH. To run the benchmarks:

mvn package
java -cp target/benchmarks.jar org.musigma.logging.jmh.FileBenchmarks

About

Playground for exploring the Java NIO API in a logging system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages