Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackcats/collections
A library provides efficient implementations of the most common general purpose programming data structures.
https://github.com/stackcats/collections
algorithms data-structures elixir
Last synced: about 1 month ago
JSON representation
A library provides efficient implementations of the most common general purpose programming data structures.
- Host: GitHub
- URL: https://github.com/stackcats/collections
- Owner: stackcats
- License: mit
- Created: 2021-11-11T05:24:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T16:14:58.000Z (about 2 years ago)
- Last Synced: 2024-11-29T10:26:00.399Z (about 2 months ago)
- Topics: algorithms, data-structures, elixir
- Language: Elixir
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collections
![Unit Test](https://github.com/stackcats/collections/actions/workflows/elixir.yml/badge.svg)
## Installation
The package can be installed by adding `collections` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:collections, "~> 0.2.1"}
]
end
```