Skip to content

[CompilerPerf] Changed Map.count + Set.count from O(n) to O(1) (AVL logic based on size not height)#5365

Closed
manofstick wants to merge 3 commits into
dotnet:masterfrom
manofstick:map_faster_size
Closed

[CompilerPerf] Changed Map.count + Set.count from O(n) to O(1) (AVL logic based on size not height)#5365
manofstick wants to merge 3 commits into
dotnet:masterfrom
manofstick:map_faster_size

Tagged collections Map + Set count from O(n) to O(1) and rebalance vi…

cbc0d28
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs