CosmicMind / CosmicMind/Algorithm

Discussion about dropping some collections

Aberta
#17 2 comentários 0 reações 1 responsável Reivindicada por @adamdahan Ver no GitHub
enhancement
Linguagem predominante
Swift
Estrelas
827
Forks
82
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Let's leverage instead of re-write Apple collections: https://github.com/apple/swift-collections.git

I want to add these collections by adding `swift-collections` as a dependency.

```
Deque, a double-ended queue backed by a ring buffer. Deques are range-replaceable, mutable, random-access collections.

OrderedSet, a variant of the standard Set where the order of items is well-defined and items can be arbitrarily reordered. Uses a ContiguousArray as its backing store, augmented by a separate hash table of bit packed offsets into it.

OrderedDictionary, an ordered variant of the standard Dictionary, providing similar benefits.
```

In lieu of:

- Deque
- SortedDictionary

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.