SuperpowersCorp / refactorio

Refactorio is a tool with which you build and maintain software.
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

Can we cache generated lenses somehow? #13

Open lgastako opened 6 years ago

lgastako commented 6 years ago

Looks like hawk does this according to https://melrief.github.io/HawkPresentation/#/12 so we should be able to as well.

(It also points out that we should use locks to prevent concurrency issues with multiple simultaneous processes running).