Skip to content

olyutorskii/PhiphoJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhiphoJ

Java CI with Maven CodeQL


What is PhiphoJ ?

  • PhiphoJ is a Java library that supports primitive-type array based ring buffer.

  • It's not generics container like java.util.Queue<E>. There is no boxing/unboxing. It's GC-friendly.

  • It provides fast random access in ring buffer.

  • Ring buffers are also called Circular buffer, FIFO or Queue.

How to build

  • PhiphoJ needs to use Maven 3.3.9+ and JDK 1.8+ to be built.

  • PhiphoJ runtime does not depend on any other library at all. Just compile Java sources under src/main/java/ if you don't use Maven nor JUnit.

License

Project founder

Key technology

--- EOF ---

About

PhiPhoJ is primitive-typed array based ring buffer Java library.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages