Skip to content

This is my little box of tools I've made to help me with random things

License

Notifications You must be signed in to change notification settings

robzsaunders/RobinsToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Maven Central

RobinsToolbox

This is my little box of tools I've made to help me with random things

Maven configuration

My toolbox is available on Maven! You can add this library easily by adding the dependency to your pom.xml file.

<dependency>
  <groupId>io.github.robzsaunders</groupId>
  <artifactId>RobinsToolbox</artifactId>
  <version>0.0.1</version>
</dependency>

Print.class

This class is a simple class that helps with short handing log outputs and has a simple write to file interface with manual write buffer control to limit write operations. No more shall I write System.out.println()!

The write to file with buffer function was implemented to help with huge .csv and debug log writing operations. Instead of appending on every loop iteration, you can enable the buffer to stack up the output and do a single write. I was running into performance issues writing thousands of times per second and this feature eliminated alot of overhead

About

This is my little box of tools I've made to help me with random things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages