Systemorph / IFRS17CalculationEngine

Systemorph IFRS 17 Calculation Engine
MIT License
28 stars 5 forks source link

Explicit dispose of disposable Workspaces #364

Open dcolleoni opened 1 year ago

dcolleoni commented 1 year ago

when creating a disposable workspace, it must be explicitly disposed after its use: myWorkspace.Dispose() this allow to free up memory.

Start doing so in the test of ifrs17 to verify this behavior (check memory consumption). Then extend this to the importer methods