8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90344f4 + 6c12403 commit d3c4463Copy full SHA for d3c4463
overviews/collections/performance-characteristics.md
@@ -45,7 +45,8 @@ Performance characteristics of set and map types:
45
| **mutable** | | | | |
46
| `HashSet`/`HashMap`| eC | eC | eC | L |
47
| `WeakHashMap` | eC | eC | eC | L |
48
-| `BitSet` | C | aC | C | eC<sup>1</sup>|
+| `BitSet` | C | aC | C | eC<sup>1</sup>|
49
+| `TreeSet` | Log | Log | Log | Log |
50
51
Footnote: <sup>1</sup> Assuming bits are densely packed.
52
0 commit comments