Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Stop storing ContextWrapper in the heap #88

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

Since we now have the most-up-to-date elapsed time in the statedb, we can just store only the Ctx and use that elapsed time.

Zannick commented 1 year ago

Oops, we're already doing this in the db, just not the heap yet.