Efficient Infections - Apr 17, 2024

Recently I got the opportunity to hear Corbin Mayne speak on the importance of building more efficient setups. During his talk he primarily used the example of creating an infection solver in a way as to not have to run everything through a solver when wanting to make a change, while keeping it non time dependent for as long as possible. Here I tried to recreate his example of a non time dependent infection solver. I challenged myself to do such in a way where I would only be relying on the concept mentioned and not just inputting exactly what he had in his example.