Can you improve this? Zipping two lists, the result must be same size as the first list | | 46 | 2709 | June 11, 2025 |
Rust-like Enums in Elixir using macros - Good/Bad? | | 10 | 464 | March 20, 2025 |
Difference between group_by and chunk_by | | 2 | 86 | December 15, 2024 |
`Enum.map_every/3` but with start offset | | 6 | 1357 | December 8, 2024 |
Arrays - Fast and versatile arrays with swappable implementations | | 14 | 4673 | July 19, 2024 |
Why do we need to use Enum.into(%{})? | | 14 | 1326 | March 17, 2024 |
Is reduce_while/3 the correct function for this use-case? | | 2 | 282 | March 15, 2024 |
Why Enum.filter_map is deprecated? | | 13 | 9126 | February 16, 2023 |
Prevent Enum.map from converting to Keyword-List | | 4 | 382 | February 18, 2024 |
I can't get Enum.into/2 to work according to spec | | 7 | 475 | January 7, 2024 |
Append to list after Enum.map. How to do this efficiently? | | 14 | 3115 | December 22, 2023 |
Can elixir make optimisations of Enum.count automatically? | | 4 | 479 | September 10, 2023 |
Does Enum.map run serially or does it run in parallel? | | 6 | 1800 | July 18, 2023 |
Do something x number of times | | 8 | 11221 | April 13, 2023 |
Filling the tail of a list upto a length with default values? | | 3 | 794 | February 13, 2023 |
Enum fusion? | | 43 | 4089 | January 10, 2023 |
Would like to see an Enum.filter_map | | 4 | 756 | December 14, 2022 |
Need help with custom sorter | | 1 | 584 | November 29, 2022 |
Access attribute in list of lists | | 3 | 891 | November 11, 2022 |
How to get first x elements from the list? | | 21 | 6553 | October 27, 2022 |
Enum filter changes list of numbers and nils to list of bytes | | 6 | 873 | October 3, 2022 |
Code critique: group_after/2 for parsing flat HTML | | 9 | 893 | September 25, 2022 |
String.split vs Enum.split_with | | 9 | 2218 | September 23, 2022 |
Is this a bug in the Enum.to_list function? | | 5 | 741 | September 5, 2022 |
Enum.drop_every - make it make sense | | 5 | 904 | August 11, 2022 |
Aggregating Streams into multuple lists | | 2 | 622 | August 4, 2022 |
Why Enum.flat_map_reduce/3 can halt enum process, but map_reduce/3 can not? | | 3 | 674 | July 10, 2022 |
Making list from range fails: Enum.to_list(27..77//5) | | 3 | 726 | June 26, 2022 |
Enum.map - ping list of nested maps | | 4 | 1372 | May 11, 2022 |
Merge an Enum of maps | | 2 | 1485 | May 10, 2022 |