Skip to content

Create additional dictionary benchmarks#321

Merged
slozier merged 2 commits intoIronLanguages:mainfrom
BCSharp:benchmark_dictionary_2
Apr 3, 2026
Merged

Create additional dictionary benchmarks#321
slozier merged 2 commits intoIronLanguages:mainfrom
BCSharp:benchmark_dictionary_2

Conversation

@BCSharp
Copy link
Copy Markdown
Member

@BCSharp BCSharp commented Apr 2, 2026

It also does some small cleanup.

/// FrozenDictionary – immutable snapshot; fastest reads, no write support (.NET only)
/// FrozenSet – immutable set of keys only, no values, no write support (.NET only)
/// HashSet – set of keys only, no values
/// ImmutableHashSet – immutable set of keys only, no valuesgit
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git at end of line?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also does some small mess-up. 😄

Did you have time to look at #218? After merging main, it should squash-merge back without problems.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was ready to merge but was waiting to see if you'd post a comment about it. 😃

@slozier slozier merged commit ff38c95 into IronLanguages:main Apr 3, 2026
8 checks passed
@BCSharp BCSharp deleted the benchmark_dictionary_2 branch April 3, 2026 04:04
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.

2 participants