Skip to content

mtalijanac/pauseless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pauseless

Collection of utility classes with common goal of lowering memory overhead.

Description

  • InternTrie - a trie used to return intern representation of object with a twist

  • CachingObjectFactory - reuse objects

Getting Started

Dependencies

This project requires Java 1.8, and depends on fantastic Eclipse Collections.

Installing

Include Pauseless as dependency.

Maven:

<dependency>
  <groupId>mt.fireworks</groupId>
  <artifactId>pauseless</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle:

implementation group: 'mt.fireworks', name: 'pauseless', version: '1.0.0'

Help

Any advise for common problems or issues.

command to run if program contains helper info

Authors

Main developer: Marko Talijanac

Version History

  • 1.0.0 - SNAPSHOT
    • Initial version contaning InternTrie

License

This project is licensed under the [GNU] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

About

Java utilities for GC optimised code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages