diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Improve container lifetime mangement in `Exploration`. #314

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

Exploration new creates a NestedContainer and manages the lifetime thereof, rather than expecting the lifetime to be managed by Lamar.

Replaces #313 Fixes #309