Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogz00 authored Mar 22, 2020
1 parent bd26a20 commit dcceda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
* 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.

0 comments on commit dcceda7

Please sign in to comment.