hgeorgsch / armchar-swish

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

Merge char graph once with the combined shema/resource graph #50

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

We need to check if it is faster to merge schema/resource first and then merge the result directly with the graph. When we start updating the char graph, speed matters a lot.

Currently the char graph is merged first with the schema and then with the combined shema/resource graph.

hgeorgsch commented 2 years ago

This no longer seems relevant, and if anything, it should be done in conjunction with a transition to FRP or other means to manage multiple characters.