Skip to content

Commit f0900a0

Browse files
authored
Merge pull request scala#3135 from pochka15/queue-performance
Change the performance of the Queue prepend operation
2 parents d9ebf0c + a303021 commit f0900a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/collections-2.13/performance-characteristics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Performance characteristics of sequence types:
2323
| `LazyList` | C | C | L | L | C | L | - |
2424
| `ArraySeq` | C | L | C | L | L | L | - |
2525
| `Vector` | eC | eC | eC | eC | eC | eC | - |
26-
| `Queue` | aC | aC | L | L | L | C | - |
26+
| `Queue` | aC | aC | L | L | C | C | - |
2727
| `Range` | C | C | C | - | - | - | - |
2828
| `String` | C | L | C | L | L | L | - |
2929
| **mutable** | | | | | | | |

0 commit comments

Comments
 (0)