|
How does List vs Tuple preformance work
|
|
2
|
181
|
February 24, 2026
|
|
Can you improve this? Zipping two lists, the result must be same size as the first list
|
|
46
|
2868
|
June 11, 2025
|
|
TaggedTupleShorthand - Field Punning in Elixir
|
|
3
|
180
|
December 23, 2024
|
|
nm - a tool to work with deeply nested data structures
|
|
1
|
212
|
October 29, 2024
|
|
Range guard not working with function that takes a list
|
|
1
|
96
|
July 14, 2024
|
|
Return true if a list has duplicates otherwise false
|
|
14
|
4423
|
July 7, 2024
|
|
Seeking feedback on my understanding of linked lists
|
|
2
|
217
|
June 4, 2024
|
|
Why is [1, 2, 3 | 4] a valid list if lists are linked lists?
|
|
9
|
479
|
June 3, 2024
|
|
A BIG thanks to the LiveView team for introducing managed lists (streams)
|
|
14
|
3081
|
February 7, 2024
|
|
Append to list after Enum.map. How to do this efficiently?
|
|
14
|
3248
|
December 22, 2023
|
|
Need help with this nested list
|
|
3
|
432
|
December 21, 2023
|
|
Keep a list of connection pids, with urls as keys
|
|
5
|
385
|
October 5, 2023
|
|
Creating a nested list from a flat list
|
|
4
|
776
|
June 18, 2023
|
|
Find a specific string in an unstructured and nested list
|
|
10
|
990
|
February 15, 2023
|
|
Enum over list and insert items from another list at certain indexes?
|
|
21
|
2199
|
January 22, 2023
|
|
Is operating on [{1}, {2}, ...] meaningfully less performant than [{:a, :b, ...}, ...]
|
|
2
|
534
|
January 17, 2023
|
|
Creating list adding elements on specific conditions?
|
|
8
|
12609
|
November 25, 2022
|
|
I want a list which consists of the indexes of the integers present in a list.
|
|
12
|
511
|
November 5, 2022
|
|
Check list in list?
|
|
10
|
729
|
October 21, 2022
|
|
Help needed with my Wordle attempt
|
|
4
|
641
|
September 25, 2022
|
|
Optimizing an "almost-increasing" array problem
|
|
6
|
1193
|
August 4, 2022
|
|
Sort a list of maps like [%{"some string" => weight}]
|
|
4
|
1639
|
March 17, 2022
|
|
List of attribute lists to a neat map
|
|
8
|
1526
|
February 22, 2022
|
|
`nil` or empty list?
|
|
4
|
4338
|
December 23, 2021
|
|
How to dynamically create a Map key and add a list of lists as its value?
|
|
2
|
1183
|
November 15, 2021
|
|
Enum.reduce and Map.update functionality
|
|
6
|
4463
|
August 13, 2021
|
|
Suggest how to convert list to string with a character
|
|
2
|
4495
|
July 11, 2021
|
|
Reduce array that every element can have an array
|
|
8
|
1250
|
June 6, 2021
|
|
Arbitrage logic in Elixir
|
|
4
|
1151
|
January 15, 2021
|
|
Converting an Elixir list into a Python dictionary
|
|
4
|
1031
|
November 27, 2020
|