|
How does List vs Tuple preformance work
|
|
2
|
191
|
February 24, 2026
|
|
Can you improve this? Zipping two lists, the result must be same size as the first list
|
|
46
|
2920
|
June 11, 2025
|
|
TaggedTupleShorthand - Field Punning in Elixir
|
|
3
|
187
|
December 23, 2024
|
|
nm - a tool to work with deeply nested data structures
|
|
1
|
214
|
October 29, 2024
|
|
Range guard not working with function that takes a list
|
|
1
|
104
|
July 14, 2024
|
|
Return true if a list has duplicates otherwise false
|
|
14
|
4436
|
July 7, 2024
|
|
Seeking feedback on my understanding of linked lists
|
|
2
|
220
|
June 4, 2024
|
|
Why is [1, 2, 3 | 4] a valid list if lists are linked lists?
|
|
9
|
488
|
June 3, 2024
|
|
A BIG thanks to the LiveView team for introducing managed lists (streams)
|
|
14
|
3101
|
February 7, 2024
|
|
Append to list after Enum.map. How to do this efficiently?
|
|
14
|
3279
|
December 22, 2023
|
|
Need help with this nested list
|
|
3
|
433
|
December 21, 2023
|
|
Keep a list of connection pids, with urls as keys
|
|
5
|
387
|
October 5, 2023
|
|
Creating a nested list from a flat list
|
|
4
|
783
|
June 18, 2023
|
|
Find a specific string in an unstructured and nested list
|
|
10
|
1005
|
February 15, 2023
|
|
Enum over list and insert items from another list at certain indexes?
|
|
21
|
2219
|
January 22, 2023
|
|
Is operating on [{1}, {2}, ...] meaningfully less performant than [{:a, :b, ...}, ...]
|
|
2
|
543
|
January 17, 2023
|
|
Creating list adding elements on specific conditions?
|
|
8
|
12624
|
November 25, 2022
|
|
I want a list which consists of the indexes of the integers present in a list
|
|
12
|
536
|
November 5, 2022
|
|
Check list in list?
|
|
10
|
737
|
October 21, 2022
|
|
Help needed with my Wordle attempt
|
|
4
|
643
|
September 25, 2022
|
|
Optimizing an "almost-increasing" array problem
|
|
6
|
1205
|
August 4, 2022
|
|
Sort a list of maps like [%{"some string" => weight}]
|
|
4
|
1654
|
March 17, 2022
|
|
List of attribute lists to a neat map
|
|
8
|
1541
|
February 22, 2022
|
|
`nil` or empty list?
|
|
4
|
4347
|
December 23, 2021
|
|
How to dynamically create a Map key and add a list of lists as its value?
|
|
2
|
1184
|
November 15, 2021
|
|
Enum.reduce and Map.update functionality
|
|
6
|
4472
|
August 13, 2021
|
|
Suggest how to convert list to string with a character
|
|
2
|
4511
|
July 11, 2021
|
|
Reduce array that every element can have an array
|
|
8
|
1259
|
June 6, 2021
|
|
Arbitrage logic in Elixir
|
|
4
|
1165
|
January 15, 2021
|
|
Converting an Elixir list into a Python dictionary
|
|
4
|
1046
|
November 27, 2020
|