Skip to content

Spring-Boot application for implement ring-buffer data structure with event listeners

Notifications You must be signed in to change notification settings

ogz00/eve-charging-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eve-charging-sessions

  • A ring buffer is an array which is used as a queue.
  • The ring buffer has a read position and a write position which marks the next position to read from and write to the ring buffer.
  • When the write position reaches the end of the array, the write position is set back to 0. The same is true for the read position.

This application works as a in-memory cash storage for keeping session info and generate report for last minute usage.

About

Spring-Boot application for implement ring-buffer data structure with event listeners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published