elixir-minmaxlist
List filter library
An Elixir library that extends Enum functions to return lists of results instead of single values for min/max value criteria
Extension of Enum functions like min_by, max_by, min_max_by, returning a list of results instead of just one.
4 stars
2 watching
1 forks
Language: Elixir
last commit: over 6 years ago
Linked from 1 awesome list
elixir-library
Related projects:
Repository | Description | Stars |
---|---|---|
seantanly/elixir-combination | A library for generating combinations and permutations from Enumerable | 34 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
kamillelonek/exnumerator | A utility library for defining custom enumerations in Elixir. | 65 |
crowdhailer/ok | Provides elegant error handling and result monad support in Elixir | 602 |
gjaldon/ecto_enum | An Elixir library to support enums in Ecto models | 562 |
msharp/elixir-statistics | A collection of statistical functions and distributions implemented in Elixir | 138 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
annkissam/rummage_ecto | A lightweight Elixir framework for modifying Ecto queries with search, sort, and pagination capabilities. | 212 |
mpope9/exor_filter | An Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering | 31 |
meh/exquisite | A tool for generating match_specs from LINQ-inspired queries at compile-time for use with Elixir record types. | 79 |
sabiwara/aja | An Elixir standard library extension focused on efficient data structures and manipulation | 198 |
woxtu/elixir-mbcs | A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
emadalam/mahaul | A library to parse and validate environment variables with compile-time access guarantees in Elixir applications. | 22 |
fazibear/defql | A library providing a simple, high-level interface to interact with SQL databases using Elixir functions as the query language. | 103 |
heywhy/ex_elasticlunr | A full-text search library for Elixir applications | 189 |