Skip to content

Commit a303021

Browse files
committed
Change the performance of the Queue prepend operation
1 parent 618dcee commit a303021

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)