Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.42 KB

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.