qqwy

Total Owned Packages
31

Total Downloads
5 882 997

  • arrays2.1.1

    29 611 Downloads

    Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations (MapArray, Erlang :array, etc.) with varying performance guarantees that can be switched in your configuration.

  • arrays_aja0.2.0

    632 Downloads

    An `Arrays` implementation for `Aja`'s `Vector` datatype, which is an implementation of a 'Hickey Trie' Vector written completely in Elixir. This implementation very efficient for most array-based operations.

  • arrays_rrb_vector0.3.0

    515 Downloads

    An `Arrays` implementation based on a set of NIFs (Natively Implemented Functions) written in Rust. The internal representation of the array is known as a 'Relaxed Radix Balanced Vector', provided by the Rust `im` library. Performance is unfortunately overshadowed by NIF-calling overhead.

  • blocked0.10.0

    2 229 Downloads

    Keep track of when hotfixes can be removed by showing compile-time warnings when issues are closed.

  • capture_pipe0.1.0

    6 485 Downloads

    CapturePipe exposes an extended pipe-operator that allows the usage of bare function captures.

  • coerce1.0.1

    1 033 284 Downloads

    Coerce allows defining coercions, standardized conversions, between data types.

  • complex_num1.1.0

    13 168 Downloads

    ComplexNum allows you to do math with Complex Numbers. Both Cartesian and Polar form are supported.

  • confy0.3.0

    857 Downloads

    Comfortable, Explicit, Multi-Layered and Well-Documented specifications for Dynamic Configuration

  • currying1.0.3

    42 639 Downloads

    The Currying library allows you to partially apply (or 'curry') any Elixir function, in a very transparent way. It also optionally implements the infix operator `~>` as a synomym for currying.

  • extractable1.0.1

    55 458 Downloads

    A lightweight reusable Extractable protocol, allowing extracting elements one-at-a-time from a collection.

  • fun_land0.10.0

    17 437 Downloads

    FunLand adds Behaviours to define Algebraic Data Types ('Container' data types) to Elixir, such as Functors, Monoids and Monads.

  • gen_frp0.5.0

    575 Downloads

    A library that allows for doing Functional Reactive Programming in Elixir

  • insertable1.0.0

    55 053 Downloads

    A lightweight reusable Insertable protocol, allowing insertion elements one-at-a-time into a collection.

  • map_diff1.3.4

    1 893 738 Downloads

    Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.

  • numbers5.2.4

    1 267 107 Downloads

    Numbers dispatches on any numeric type that follows the `Numeric` behaviour. This allows you to create composite types working with _any_ numeric type (Decimal, Ratio, Tensor, ComplexNum, ???)!

  • okasaki1.0.1

    1 193 Downloads

    Well-structured Queues for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configuration.

  • orderable0.2.1

    1 494 Downloads

    A protocol for making your custom datastructures orderable (for sorting and comparing.).

  • planga_phoenix1.1.0

    1 626 Downloads

    Easy usage of the Planga Seamless Chat Service inside an Elixir+Phoenix application.

  • prioqueue0.2.7

    3 495 Downloads

    Well-structured Priority Queues for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configuration.

  • ratio4.0.1

    1 025 537 Downloads

    This library allows you to use Rational numbers in Elixir, to enable exact calculations with all numbers big and small.

  • revisionair0.13.4

    59 255 Downloads

    Keep track of revisions, versions, changes to your data. Persistence layer agnostic.

  • revisionair_ecto1.2.2

    57 081 Downloads

    A Revisionair Storage Adapter based on Ecto. Keeps track of revisions, changes, versions of your data structures.

  • riak_ecto30.5.0

    181 Downloads

    Ecto 3 Adapter for the Riak KV database (v 2.0 and upward), representing schemas as CRDTs.

  • rustler_elixir_fun0.3.0

    293 Downloads

    Call back into Elixir code from within a NIF implemented in Rust

  • sequences1.2.1

    7 436 Downloads

    The Sequences module defines multiple methods that return a Stream of numbers, usually integers.

  • sets0.1.0

    310 Downloads

    Well-structured Sets for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configuration.

  • solution1.0.2

    6 624 Downloads

    A Macro-based solution to working with ok/error tuples (AKA result tuples, success tuples or tagged statuses) in `case` and `with` statements and in collections.

  • specify0.10.0

    9 507 Downloads

    Comfortable, Explicit, Multi-Layered and Well-Documented Specifications for all your configurations, settings and options

  • tea_vent0.1.1

    291 Downloads

    Perform Event dispatching in an Event Sourcing and The Elm Architecture (TEA)-like style.

  • tensor2.1.2

    210 700 Downloads

    Tensor adds Vectors, Matrices and Tensors to your application. These are a lot faster than a list (of lists).

  • type_check0.13.7

    79 186 Downloads

    Fast and flexible runtime type-checking: Type checks are optimized by the compiler and types can be composed, re-used and turned into property-testing generators. TypeCheck also focuses on showing understandable messages on typecheck-failures.