Skip to content

Commit

Permalink
Merge pull request #3135 from pochka15/queue-performance
Browse files Browse the repository at this point in the history
Change the performance of the Queue prepend operation
  • Loading branch information
adpi2 authored Dec 30, 2024
2 parents d9ebf0c + a303021 commit f0900a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/collections-2.13/performance-characteristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Performance characteristics of sequence types:
| `LazyList` | C | C | L | L | C | L | - |
| `ArraySeq` | C | L | C | L | L | L | - |
| `Vector` | eC | eC | eC | eC | eC | eC | - |
| `Queue` | aC | aC | L | L | L | C | - |
| `Queue` | aC | aC | L | L | C | C | - |
| `Range` | C | C | C | - | - | - | - |
| `String` | C | L | C | L | L | L | - |
| **mutable** | | | | | | | |
Expand Down

0 comments on commit f0900a0

Please sign in to comment.