Latest #data-structures Threads Top

cevado
I was reading the EEP-79, and thinking about the poor record support in Elixir(i’ve tried to discuss about that in the forum before). I s...
New
2p4b
Define typed structs with built-in validation. Draft allows developers to describe the structure of data and enforce constraints when con...
New
cheekyfinder
ExSift: High-performance MongoDB-style query filtering for Elixir I’m working on ExSift, a high-performance library that uses sift.js-ins...
New
Ookma-Kyi
I have the following code: defmodule Servy.Conv do defstruct method: "", path: "", resp_body: "", status: nil def full_status(conv)...
New
New
ouerghi01
Hi everyone! I’ve started a project to solve the 99 functional programming problems in Elixir, and I’d love to share it with the communi...
New
James_E
I’m working on a program that needs to display the status of several resources. The dashboard needs to consistently display these resourc...
New
hauleth
I created it during one of AoCs, but finally I have polished it enough to publish it. Nothing fancy, just basic set operations: interse...
New
sschuldenzucker
Hey all, I’m building my own little app (side project) and I’m looking for a tree data structure. I’m honestly wondering if I’m overlooki...
New
brettbeatty
Many of the higher order functions in Enum reduce a list (or other enumerable) into another, reversed list then reverse it back to the or...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

steven7
Hi I recently have the requirement to perform dot-product on two vectors in Elixir and I was wondering what would be the most efficient w...
New
cevado
I was reading the EEP-79, and thinking about the poor record support in Elixir(i’ve tried to discuss about that in the forum before). I s...
New
2p4b
Define typed structs with built-in validation. Draft allows developers to describe the structure of data and enforce constraints when con...
New
cheekyfinder
ExSift: High-performance MongoDB-style query filtering for Elixir I’m working on ExSift, a high-performance library that uses sift.js-ins...
New

Last Three Year's Trending Top

thorsten-michael
What is the idomatic way to process tree data structures in Elixir? I have a database table that holds a ton of rows which define a hie...
New
Qqwy
While not as prevalent as in imperative languages, arrays (collections with efficient random element access) are still very useful in Eli...
New
sarat1669
Is there a better way to swap elements in a list? Any inbuilt function or a library? defmodule SwapElements do def swap(list, first_i...
New
chazwatkins
I’m considering writing an integration with Salesforce. Salesforce has SObjects of various types like Case, Quote, Lead, CustomObject__c...
New
Rich_Morin
I have a (very WIP) project that will be making some graph-structured data generally available. I’d really like it to be accessible and c...
New
sschuldenzucker
Hey all, I’m building my own little app (side project) and I’m looking for a tree data structure. I’m honestly wondering if I’m overlooki...
New
Ookma-Kyi
I have the following code: defmodule Servy.Conv do defstruct method: "", path: "", resp_body: "", status: nil def full_status(conv)...
New
brettbeatty
Many of the higher order functions in Enum reduce a list (or other enumerable) into another, reversed list then reverse it back to the or...
New
ouerghi01
Hi everyone! I’ve started a project to solve the 99 functional programming problems in Elixir, and I’d love to share it with the communi...
New
James_E
I’m working on a program that needs to display the status of several resources. The dashboard needs to consistently display these resourc...
New
New
hauleth
I created it during one of AoCs, but finally I have polished it enough to publish it. Nothing fancy, just basic set operations: interse...
New

Trending Over Three Years Top

skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
mmport80
Structs' success typing is the same as common garden maps to Dialyzer, right? What are the preferred ways to enforce a particular struct?
New
vonH
Is there an elixir function to tells the type of a value and display its fields(if it has any)? For instance I am leaning Plug and wan...
New
Qqwy
I am creating a small implementation of a MiniMax algorithm, that can, when finished, predict good moves in multiple perfect-information ...
New
bryanhuntesl
I’ve done a lot of GitHub searching but I can’t find an erlang/elixir data structure similar to Java’s SortedMap. I’ve been using ETS :s...
New
csaintc
Hey friends, I'm currently writing an integration to an API, and I'm curious of how to deal with deeply nested structs. I have been w...
New
pillaiindu
Is there some good blog post or video from some influential Elixirist (like Jose Valim) about when to use Lists over Tuples and vice vers...
New
Qqwy
A proper list is a list that ends in an empty list, such as: [1, 2, 3] (which is syntactic sugar for [1 | [ 2 | [3 | [] ] ] ] ) An im...
New
PJUllrich
I am currently trying to compile a Big-O Time Complexity table for the Elixir data structures, but can’t find information for all complex...
New
arashm
I read the “Programming Elixir” book, here is quote from the book: At some point, the old object-orientation neurons still active in th...
New
Dusty
In the course of working on a tree-like data structure, I have designed a struct for each node in the tree. Since there are only 5 fields...
New
fcheung
Hi, As I mentioned in an earlier topic, I'm playing with building an elixir client for the AWS apis from api definitions they provide. ...
New
Qqwy
Certain kinds of algorithms can be sped up (or even: are only possible) by using cyclic data structures. Functional languages make it har...
New
Qqwy
tl;dr: I challenge you: let us implement containers for Elixir, and use this topic to coordinate the effort. Hello, dear fellow Elixir ...
New
Qqwy
Because of popular demand, and because I’ll probably be busy the next couple of days, so it would need to wait a lot longer if I didn’t p...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement