brandonpollack23 / before_you_die

A multiplatform todo task tracking dependency graph application using compose and kotlin
Apache License 2.0
0 stars 0 forks source link

Make in memory update after task removal more efficient if necessary #13

Open brandonpollack23 opened 2 years ago

brandonpollack23 commented 2 years ago

Right now I filter out all blocking/blocked tasks and children, which could be wildly inefficient. A full reload might do better sometimes.