issues
search
hgeorgsch
/
armchar-swish
ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0
stars
1
forks
source link
PUT is too slow
#114
Open
hgeorgsch
opened
2 years ago
hgeorgsch
commented
2 years ago
Too much data are recomputed upon put.
We may have to split metadata from traits to avoid having to recompute every charactersheet when timeless data is updated.
Birth year may have consequences to later years and may require recomputation.
What should be fairly safe is not to recompute the graphs every time an advancement changes. It should suffice to do this when a file is saved.
We may need the review #112 to design a good solution,
Too much data are recomputed upon put.