New Iterator from Nested Iterators
|
|
19
|
318
|
September 14, 2023
|
Custom iterator failed
|
|
12
|
113
|
August 28, 2023
|
Interacting with current and next iterator
|
|
2
|
69
|
August 4, 2023
|
Array/vector comprehension and AbstractTrees Leaves iterator
|
|
0
|
41
|
August 1, 2023
|
Chunk an array
|
|
5
|
140
|
July 21, 2023
|
Iterator from 3 vectors
|
|
5
|
144
|
July 18, 2023
|
Base.Iterators.partition for Dict and Set
|
|
0
|
88
|
July 9, 2023
|
Custom Iterator with one big computation at the begin + in place operation at every iterations
|
|
2
|
133
|
June 13, 2023
|
Transducers vs Iterators
|
|
0
|
212
|
May 12, 2023
|
Filtering elements of a generator without collecting
|
|
5
|
158
|
March 27, 2023
|
Difference between calling Iterators.rest on an array vs a range
|
|
3
|
166
|
March 24, 2023
|
IndexStyle for pairs iterator?
|
|
0
|
85
|
March 22, 2023
|
Group by criteria
|
|
17
|
299
|
March 19, 2023
|
How to access partitions used in previous iterations of a loop over a partitioned set?
|
|
10
|
159
|
March 16, 2023
|
Is it always safe to “re-use” an iterator/generator?
|
|
8
|
366
|
March 15, 2023
|
Why is it that dataframe violates iterator interface?
|
|
7
|
389
|
March 13, 2023
|
Equivalent of `last` for iterators
|
|
1
|
146
|
March 10, 2023
|
Stateful iterators with known eltype
|
|
0
|
100
|
January 25, 2023
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
633
|
January 23, 2023
|
Why does stateful iterators restrict length to `Signed`?
|
|
2
|
205
|
January 20, 2023
|
Can `findmin` use a counter if `keys` is not defined for an iterator?
|
|
12
|
238
|
January 19, 2023
|
Obtaining the type of the state object returned by Iterate
|
|
4
|
373
|
December 17, 2022
|
Unintuitive behavior for iterator of views of a vector
|
|
1
|
169
|
November 16, 2022
|
The default iteration interface can cause memory leak?
|
|
5
|
547
|
October 20, 2022
|
Grid of all elements of an arbitrarily sized matrix
|
|
7
|
209
|
October 20, 2022
|
Construct Big Integers with odd digits only
|
|
5
|
301
|
September 8, 2022
|
For loop : mixing iterator with argument of a function
|
|
4
|
229
|
August 16, 2022
|
Inverting default `collect` behavior when iterator returns an array
|
|
3
|
220
|
August 7, 2022
|
RGB has a length but no iterate?
|
|
2
|
233
|
July 19, 2022
|
Improving the performance of a sum over a vector of vectors
|
|
10
|
437
|
July 13, 2022
|