hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Store character map in STM #54

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

The character map should be stored in STM alongside derived graphs. This is tricky as we have to calculate it for each character.

We may want to define the character at startup. We probably do not want to process more than one character in this setup for the sake of efficiency.