Skip to content

fix: Performance improvement using Set instead of Map#67

Open
Thommil wants to merge 1 commit intokleis-technology:mainfrom
Thommil:ora/analysis-optimization
Open

fix: Performance improvement using Set instead of Map#67
Thommil wants to merge 1 commit intokleis-technology:mainfrom
Thommil:ora/analysis-optimization

Conversation

@Thommil
Copy link
Copy Markdown

@Thommil Thommil commented Apr 8, 2026

When using inventories with more than 200 nodes and 10 000 workloads, this update allows to improve greatly indexing.

Entries are now accessed using Set instead of Map, on our target PF without this patch the processing time is about 3 minutes vs 30 seconds with this update.

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.

1 participant