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: about 7 years ago
Linked from 1 awesome list
elixir-library
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for generating combinations and permutations from Enumerable | 34 |
| An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
| A utility library for defining custom enumerations in Elixir. | 65 |
| Provides elegant error handling and result monad support in Elixir | 603 |
| An Elixir library to support enums in Ecto models | 562 |
| A collection of statistical functions and distributions implemented in Elixir | 138 |
| A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 34 |
| A lightweight Elixir framework for modifying Ecto queries with search, sort, and pagination capabilities. | 213 |
| An Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering | 31 |
| A tool for generating match_specs from LINQ-inspired queries at compile-time for use with Elixir record types. | 78 |
| An Elixir standard library extension focused on efficient data structures and manipulation | 213 |
| A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
| A library to parse and validate environment variables with compile-time access guarantees in Elixir applications. | 22 |
| A library providing a simple, high-level interface to interact with SQL databases using Elixir functions as the query language. | 103 |
| A full-text search library for Elixir applications | 190 |