Skip to content

Conversation

@codelion
Copy link
Member

@codelion codelion commented Sep 29, 2025

Refactored privacy_plugin to use singleton instances for AnalyzerEngine and AnonymizerEngine, preventing repeated initialization and improving performance. Added tests to verify resource caching, singleton reuse, and performance across multiple invocations.

Fixes #253

Refactored privacy_plugin to use singleton instances for AnalyzerEngine and AnonymizerEngine, preventing repeated initialization and improving performance. Added tests to verify resource caching, singleton reuse, and performance across multiple invocations.
Update __init__.py and pyproject.toml to reflect new version 0.2.10.
@codelion codelion merged commit 509ffa6 into main Sep 29, 2025
3 checks passed
@codelion codelion deleted the fix-privacy-plugin branch September 29, 2025 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Privacy plugin loads on each API request

2 participants