opral / inlang-message-sdk

0 stars 0 forks source link

Remove nested effects for tracking message updates #48

Closed jldec closed 1 month ago

jldec commented 1 month ago

Context

loadProject() manages a nested effect for every message. This is part of the reason for excess memory & cpu usage.

Proposal

Intercept message update calls instead of using solidjs effects for watching in-memory messages.