Lewis Price Rapturate
A project based around graph theory and flat buffer memory management. This project was inspired by studying operating systems and networks. Specifically, how the operating system chooses to pull process pages from the disc to memory and how routes are chosen in a network. I am currently working through a redesign. Currently, the two buffers (Points and Edges) are linked lists, but I'm considering options using hash maps to increase the efficiency when looking for specific Points and Edges. NOTE: This is an active project and will NOT compile yet.
Updated 2026-04-09 14:53:59 +01:00