Skip to content

Latest commit

 

History

History
117 lines (107 loc) · 13.7 KB

Readme.md

File metadata and controls

117 lines (107 loc) · 13.7 KB

Algorithms / Datastructures

Navigation

By Name

  • bitwalker/libring - A fast consistent hash ring implementation in Elixir
    ( 2018-10-16 / 45 commits / 138 stars )
  • botsquad/bubble_lib - Generic collection of utility functions for BubbleScript
    ( 2019-12-09 / 50 commits / 2 stars )
  • botsquad/match_engine - In-memory matching/filtering engine with Mongo-like query syntax
    ( 2020-01-11 / 46 commits / 5 stars )
  • ExpressApp/construct_types -
    ( 2018-11-08 / 11 commits / 1 stars )
  • gyson/blex - Fast Bloom filter with concurrent accessibility, powered by :atomics module.
    ( 2020-03-02 / 15 commits / 24 stars )
  • infinitered/maybe - Access Elixir maps and structs, protected from nil
    ( 2018-02-05 / 9 commits / 17 stars )
  • ironbay/dynamic - Libraries for dealing with deeply nested data in various languages
    ( 2019-07-13 / 24 commits / 4 stars )
  • mbramson/struct_access - Elixir library Providing a generic implementation of the Access behaviour.
    ( 2019-08-04 / 18 commits / 2 stars )
  • meh/elixir-datastructures - Datastructures for Elixir.
    ( 2017-03-27 / 135 commits / 196 stars )
  • preciz/abit - Use :atomics as a bit array or as an array of N-bit counters
    ( 2019-10-27 / 127 commits / 2 stars )
  • preciz/levenshtein - Levenshtein distance implementation in Elixir.
    ( 2019-10-27 / 28 commits / 1 stars )
  • preciz/matrax - A matrix library in pure Elixir based on atomics.
    ( 2019-11-02 / 128 commits / 8 stars )
  • preciz/max - A matrix library in pure Elixir based on Erlang arrays.
    ( 2019-11-06 / 42 commits / 0 stars )
  • preciz/similarity - A library for cosine similarity & simhash calculation
    ( 2019-10-27 / 33 commits / 6 stars )
  • preciz/talan - Probabilistic data structures (bloom filter / counting bloom filter / linear counter)
    ( 2019-10-27 / 78 commits / 3 stars )
  • preciz/WFC - Wave Function Collapse implemented in Elixir
    ( 2019-11-11 / 8 commits / 0 stars )
  • reset/hash-ring-ex - A consistent hash ring implemention for Elixir
    ( 2016-11-10 / 37 commits / 21 stars )
  • sgilson/mine - A minimalistic anti-corruption layer for Elixir structs
    ( 2020-02-12 / 18 commits / 2 stars )
  • UniversalAvenue/simhash-ex - Elixir implementation of Simhash
    ( 2020-03-06 / 17 commits / 16 stars )
  • versilov/matrex - A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
    ( 2020-01-08 / 429 commits / 351 stars )
  • wkhere/eastar - A* graph pathfinding in pure Elixir
    ( 2019-09-02 / 224 commits / 16 stars )

⬆ Navigation

By CommitCount

  • versilov/matrex - A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
    (429 commits / 351 stars / 2020-01-08 )
  • wkhere/eastar - A* graph pathfinding in pure Elixir
    (224 commits / 16 stars / 2019-09-02 )
  • meh/elixir-datastructures - Datastructures for Elixir.
    (135 commits / 196 stars / 2017-03-27 )
  • preciz/matrax - A matrix library in pure Elixir based on atomics.
    (128 commits / 8 stars / 2019-11-02 )
  • preciz/abit - Use :atomics as a bit array or as an array of N-bit counters
    (127 commits / 2 stars / 2019-10-27 )
  • preciz/talan - Probabilistic data structures (bloom filter / counting bloom filter / linear counter)
    (78 commits / 3 stars / 2019-10-27 )
  • botsquad/bubble_lib - Generic collection of utility functions for BubbleScript
    (50 commits / 2 stars / 2019-12-09 )
  • botsquad/match_engine - In-memory matching/filtering engine with Mongo-like query syntax
    (46 commits / 5 stars / 2020-01-11 )
  • bitwalker/libring - A fast consistent hash ring implementation in Elixir
    (45 commits / 138 stars / 2018-10-16 )
  • preciz/max - A matrix library in pure Elixir based on Erlang arrays.
    (42 commits / 0 stars / 2019-11-06 )
  • reset/hash-ring-ex - A consistent hash ring implemention for Elixir
    (37 commits / 21 stars / 2016-11-10 )
  • preciz/similarity - A library for cosine similarity & simhash calculation
    (33 commits / 6 stars / 2019-10-27 )
  • preciz/levenshtein - Levenshtein distance implementation in Elixir.
    (28 commits / 1 stars / 2019-10-27 )
  • ironbay/dynamic - Libraries for dealing with deeply nested data in various languages
    (24 commits / 4 stars / 2019-07-13 )
  • mbramson/struct_access - Elixir library Providing a generic implementation of the Access behaviour.
    (18 commits / 2 stars / 2019-08-04 )
  • sgilson/mine - A minimalistic anti-corruption layer for Elixir structs
    (18 commits / 2 stars / 2020-02-12 )
  • UniversalAvenue/simhash-ex - Elixir implementation of Simhash
    (17 commits / 16 stars / 2020-03-06 )
  • gyson/blex - Fast Bloom filter with concurrent accessibility, powered by :atomics module.
    (15 commits / 24 stars / 2020-03-02 )
  • ExpressApp/construct_types -
    (11 commits / 1 stars / 2018-11-08 )
  • infinitered/maybe - Access Elixir maps and structs, protected from nil
    (9 commits / 17 stars / 2018-02-05 )
  • preciz/WFC - Wave Function Collapse implemented in Elixir
    (8 commits / 0 stars / 2019-11-11 )

⬆ Navigation

By Activity

  • UniversalAvenue/simhash-ex - Elixir implementation of Simhash
    ( 2020-03-06 / 17 commits / 16 stars )
  • gyson/blex - Fast Bloom filter with concurrent accessibility, powered by :atomics module.
    ( 2020-03-02 / 15 commits / 24 stars )
  • sgilson/mine - A minimalistic anti-corruption layer for Elixir structs
    ( 2020-02-12 / 18 commits / 2 stars )
  • botsquad/match_engine - In-memory matching/filtering engine with Mongo-like query syntax
    ( 2020-01-11 / 46 commits / 5 stars )
  • versilov/matrex - A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
    ( 2020-01-08 / 429 commits / 351 stars )
  • botsquad/bubble_lib - Generic collection of utility functions for BubbleScript
    ( 2019-12-09 / 50 commits / 2 stars )
  • preciz/WFC - Wave Function Collapse implemented in Elixir
    ( 2019-11-11 / 8 commits / 0 stars )
  • preciz/max - A matrix library in pure Elixir based on Erlang arrays.
    ( 2019-11-06 / 42 commits / 0 stars )
  • preciz/matrax - A matrix library in pure Elixir based on atomics.
    ( 2019-11-02 / 128 commits / 8 stars )
  • preciz/talan - Probabilistic data structures (bloom filter / counting bloom filter / linear counter)
    ( 2019-10-27 / 78 commits / 3 stars )
  • preciz/similarity - A library for cosine similarity & simhash calculation
    ( 2019-10-27 / 33 commits / 6 stars )
  • preciz/levenshtein - Levenshtein distance implementation in Elixir.
    ( 2019-10-27 / 28 commits / 1 stars )
  • preciz/abit - Use :atomics as a bit array or as an array of N-bit counters
    ( 2019-10-27 / 127 commits / 2 stars )
  • wkhere/eastar - A* graph pathfinding in pure Elixir
    ( 2019-09-02 / 224 commits / 16 stars )
  • mbramson/struct_access - Elixir library Providing a generic implementation of the Access behaviour.
    ( 2019-08-04 / 18 commits / 2 stars )
  • ironbay/dynamic - Libraries for dealing with deeply nested data in various languages
    ( 2019-07-13 / 24 commits / 4 stars )
  • ExpressApp/construct_types -
    ( 2018-11-08 / 11 commits / 1 stars )
  • bitwalker/libring - A fast consistent hash ring implementation in Elixir
    ( 2018-10-16 / 45 commits / 138 stars )
  • infinitered/maybe - Access Elixir maps and structs, protected from nil
    ( 2018-02-05 / 9 commits / 17 stars )
  • meh/elixir-datastructures - Datastructures for Elixir.
    ( 2017-03-27 / 135 commits / 196 stars )
  • reset/hash-ring-ex - A consistent hash ring implemention for Elixir
    ( 2016-11-10 / 37 commits / 21 stars )

⬆ Navigation

By Popularity

  • versilov/matrex - A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
    (351 stars / 2020-01-08 / 429 commits )
  • meh/elixir-datastructures - Datastructures for Elixir.
    (196 stars / 2017-03-27 / 135 commits )
  • bitwalker/libring - A fast consistent hash ring implementation in Elixir
    (138 stars / 2018-10-16 / 45 commits )
  • gyson/blex - Fast Bloom filter with concurrent accessibility, powered by :atomics module.
    (24 stars / 2020-03-02 / 15 commits )
  • reset/hash-ring-ex - A consistent hash ring implemention for Elixir
    (21 stars / 2016-11-10 / 37 commits )
  • infinitered/maybe - Access Elixir maps and structs, protected from nil
    (17 stars / 2018-02-05 / 9 commits )
  • UniversalAvenue/simhash-ex - Elixir implementation of Simhash
    (16 stars / 2020-03-06 / 17 commits )
  • wkhere/eastar - A* graph pathfinding in pure Elixir
    (16 stars / 2019-09-02 / 224 commits )
  • preciz/matrax - A matrix library in pure Elixir based on atomics.
    (8 stars / 2019-11-02 / 128 commits )
  • preciz/similarity - A library for cosine similarity & simhash calculation
    (6 stars / 2019-10-27 / 33 commits )
  • botsquad/match_engine - In-memory matching/filtering engine with Mongo-like query syntax
    (5 stars / 2020-01-11 / 46 commits )
  • ironbay/dynamic - Libraries for dealing with deeply nested data in various languages
    (4 stars / 2019-07-13 / 24 commits )
  • preciz/talan - Probabilistic data structures (bloom filter / counting bloom filter / linear counter)
    (3 stars / 2019-10-27 / 78 commits )
  • botsquad/bubble_lib - Generic collection of utility functions for BubbleScript
    (2 stars / 2019-12-09 / 50 commits )
  • mbramson/struct_access - Elixir library Providing a generic implementation of the Access behaviour.
    (2 stars / 2019-08-04 / 18 commits )
  • preciz/abit - Use :atomics as a bit array or as an array of N-bit counters
    (2 stars / 2019-10-27 / 127 commits )
  • sgilson/mine - A minimalistic anti-corruption layer for Elixir structs
    (2 stars / 2020-02-12 / 18 commits )
  • preciz/levenshtein - Levenshtein distance implementation in Elixir.
    (1 stars / 2019-10-27 / 28 commits )
  • ExpressApp/construct_types -
    (1 stars / 2018-11-08 / 11 commits )
  • preciz/WFC - Wave Function Collapse implemented in Elixir
    (0 stars / 2019-11-11 / 8 commits )
  • preciz/max - A matrix library in pure Elixir based on Erlang arrays.
    (0 stars / 2019-11-06 / 42 commits )

⬆ Navigation