Skip to content

jollyblade/jollykit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jollykit

Useful utility and design template classes for Java 8 Ideas, notes, suggestions welcome!

ChunkProcessor

Use case example: having large datasets loading them at once can use up all the memory, so it just takes a list of ids, referring to the data, splits the list to smaller chunks, loads the data using the chunks, and processes them, after that aggregates the counts.

The current package is called com.daftbyte, links to this site: daftbyte.com, this is also my own website. Will be uploaded with content soon, articles, etc, linking back to this github site.

About

Useful utility and design template classes for Java 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages