profan / smidig

some kind of game engine, with accompanying test code
MIT License
0 stars 0 forks source link

Replace region allocator and ILinkedList in event.d with ring buffer. #116

Open profan opened 8 years ago

profan commented 8 years ago

We can then get rid of the conspicuous next pointer in the Event struct, and also make it safe for expansion (getting rid of any artificial limits!).