#191 Engine: Optimize DurableContext variable serialization
Description
Edit'ctx.set_variable' currently holds the object, its JSON string, and the internal state copy in memory simultaneously. Investigate using 'psycopg.types.json.Json' more efficiently or alternative serialization strategies to reduce this 3x memory multiplier.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...