From a303021c325ef4ab286ec5fa0b6d837e1b71850d Mon Sep 17 00:00:00 2001 From: Artsiom Kashkou Date: Wed, 25 Dec 2024 15:15:11 +0100 Subject: [PATCH] Change the performance of the Queue prepend operation --- _overviews/collections-2.13/performance-characteristics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/collections-2.13/performance-characteristics.md b/_overviews/collections-2.13/performance-characteristics.md index 9d408add88..ed1885017a 100644 --- a/_overviews/collections-2.13/performance-characteristics.md +++ b/_overviews/collections-2.13/performance-characteristics.md @@ -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** | | | | | | | |