Skip to content

No details about computational complexity of each method. #10980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
voroninp opened this issue Feb 19, 2025 · 2 comments
Closed

No details about computational complexity of each method. #10980

voroninp opened this issue Feb 19, 2025 · 2 comments

Comments

@voroninp
Copy link
Contributor

Type of issue

Missing information

Description

Look at the docs for the standard mutable dictionary:
https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.containskey?view=net-9.0#remarks

It describes the complexity of the method.
However, I could not find this valuable information for ImmutableDictionary or for ImmutableSet.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutabledictionary-2.containskey?view=net-9.0#system-collections-immutable-immutabledictionary-2-containskey(-0)

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Collections.Immutable/ImmutableDictionary`2.xml

Document Version Independent Id

7056680d-4b82-fb59-6272-98c8984149cd

Article author

@dotnet-bot

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 19, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-collections

@eiriktsarpalis
Copy link
Member

Duplicate of #5179

@eiriktsarpalis eiriktsarpalis marked this as a duplicate of #5179 Feb 19, 2025
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants