NETRAVE/lib
VetheonGames 7e17bd6e2d Replaced Ring Buffer with Array queue in AlertQueueManager class
In the AlertQueueManager class of the NETRAVE project, we made a
significant change to improve code simplicity, efficiency, and maintainability.
We replaced the previously used Ring Buffer with a standard Array queue for
 managing the queue of alerts. This change simplifies the code structure and
 improves the efficiency of queue management. As a result of this change, the
 Ring Buffer file, which is no longer needed, was also removed from the project.

 I would also like to thank Havenwood, Lapizistik, Sampersand, and Crimson
 from the Ruby discord in helping me determine the best data structure to use
 and helping me generally expand my deeper knowledge of Ruby
2023-07-06 09:08:39 -06:00
..
utils Replaced Ring Buffer with Array queue in AlertQueueManager class 2023-07-06 09:08:39 -06:00
Gemfile Completion of Initial Major Setup System and Program Efficiency Enhancements 2023-07-05 16:25:26 -06:00
Gemfile.lock Implement Initial System Setup and Packet Capture 2023-06-29 22:36:18 -06:00