DFHack / dfhack

Memory hacking library for Dwarf Fortress and a set of tools that use it
Other
1.87k stars 475 forks source link

Port timestream to C++ #4841

Closed myk002 closed 3 weeks ago

myk002 commented 2 months ago

timestream currently takes more than 10% of DF playtime in it's current Lua form. This is singlehandedly exhausting our performance budget. We need to improve the performance of this tool, and porting to C++ is probably the best way.

Design doc and project plan: https://docs.google.com/document/d/1-yvNtI53e9TXHSfSd7B2GeWzEgN-SiYjxXI8bcSWbbA/edit

Tjudge1 commented 2 months ago

As per your request, this is my comment.

myk002 commented 2 months ago

Assigned. Thanks!