|
Iterate on calculated iterable
|
|
6
|
229
|
September 2, 2025
|
|
Iterable signature, revisited
|
|
14
|
324
|
June 10, 2025
|
|
New package: Collects.jl - meant to improve upon and generalize the interface of collect
|
|
6
|
761
|
June 3, 2025
|
|
Iterating over primes
|
|
11
|
328
|
April 30, 2025
|
|
Generator sometimes works, sometimes not
|
|
3
|
136
|
April 4, 2025
|
|
NonLinearRange
|
|
7
|
366
|
January 28, 2025
|
|
Simple, understandable iterator
|
|
0
|
146
|
January 20, 2025
|
|
Sieve of Eratosthenes iterator
|
|
1
|
171
|
October 20, 2024
|
|
Iterate over a range in a non standard way
|
|
4
|
256
|
October 10, 2024
|
|
Does length(itr) need to be invariant? (stateful iterator)
|
|
4
|
198
|
September 24, 2024
|
|
Coding different iterations over a dataset
|
|
3
|
78
|
September 22, 2024
|
|
Spending a lot of time in `materialize` called by `findall`
|
|
14
|
373
|
August 7, 2024
|
|
Help writing a `collect` for iterators
|
|
11
|
339
|
July 26, 2024
|
|
Overflow with Iterators.product
|
|
7
|
170
|
July 2, 2024
|
|
Why `map` requires `collect` to use for general iterable things?
|
|
18
|
655
|
May 28, 2024
|
|
How to nest any number of for loops
|
|
8
|
285
|
May 9, 2024
|
|
Type-stable alternatives to Iterators.product?
|
|
2
|
174
|
May 3, 2024
|
|
I don't get Base.IteratorElType
|
|
6
|
404
|
April 30, 2024
|
|
Can I use eachrow, eachcol, etc. to change array's values?
|
|
9
|
441
|
March 20, 2024
|
|
Collect (flat) iterator as an Array
|
|
3
|
250
|
January 10, 2024
|
|
Iterative construction of lazy Iterators leads to excessive compilation time
|
|
21
|
1098
|
December 10, 2023
|
|
How do I retrieve values using an array generator?
|
|
11
|
716
|
October 26, 2023
|
|
New Iterator from Nested Iterators
|
|
19
|
728
|
September 14, 2023
|
|
Custom iterator failed
|
|
12
|
406
|
August 28, 2023
|
|
Interacting with current and next iterator
|
|
2
|
386
|
August 4, 2023
|
|
Array/vector comprehension and AbstractTrees Leaves iterator
|
|
0
|
212
|
August 1, 2023
|
|
Chunk an array
|
|
5
|
964
|
July 21, 2023
|
|
Iterator from 3 vectors
|
|
5
|
331
|
July 18, 2023
|
|
Base.Iterators.partition for Dict and Set
|
|
0
|
233
|
July 9, 2023
|
|
Custom Iterator with one big computation at the begin + in place operation at every iterations
|
|
2
|
370
|
June 13, 2023
|