We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618dcee commit a303021Copy full SHA for a303021
_overviews/collections-2.13/performance-characteristics.md
@@ -23,7 +23,7 @@ Performance characteristics of sequence types:
23
| `LazyList` | C | C | L | L | C | L | - |
24
| `ArraySeq` | C | L | C | L | L | L | - |
25
| `Vector` | eC | eC | eC | eC | eC | eC | - |
26
-| `Queue` | aC | aC | L | L | L | C | - |
+| `Queue` | aC | aC | L | L | C | C | - |
27
| `Range` | C | C | C | - | - | - | - |
28
| `String` | C | L | C | L | L | L | - |
29
| **mutable** | | | | | | | |
0 commit comments