Filtering elements of a generator without collecting
|
|
5
|
348
|
March 27, 2023
|
Difference between calling Iterators.rest on an array vs a range
|
|
3
|
408
|
March 24, 2023
|
IndexStyle for pairs iterator?
|
|
0
|
186
|
March 22, 2023
|
Group by criteria
|
|
17
|
727
|
March 19, 2023
|
How to access partitions used in previous iterations of a loop over a partitioned set?
|
|
10
|
492
|
March 16, 2023
|
Is it always safe to “re-use” an iterator/generator?
|
|
8
|
1103
|
March 15, 2023
|
Why is it that dataframe violates iterator interface?
|
|
7
|
607
|
March 13, 2023
|
Equivalent of `last` for iterators
|
|
1
|
252
|
March 10, 2023
|
Stateful iterators with known eltype
|
|
0
|
197
|
January 25, 2023
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
964
|
January 23, 2023
|
Why does stateful iterators restrict length to `Signed`?
|
|
2
|
312
|
January 20, 2023
|
Can `findmin` use a counter if `keys` is not defined for an iterator?
|
|
12
|
393
|
January 19, 2023
|
Obtaining the type of the state object returned by Iterate
|
|
4
|
613
|
December 17, 2022
|
Unintuitive behavior for iterator of views of a vector
|
|
1
|
326
|
November 16, 2022
|
The default iteration interface can cause memory leak?
|
|
5
|
1051
|
October 20, 2022
|
Grid of all elements of an arbitrarily sized matrix
|
|
7
|
507
|
October 20, 2022
|
Construct Big Integers with odd digits only
|
|
5
|
545
|
September 8, 2022
|
For loop : mixing iterator with argument of a function
|
|
4
|
364
|
August 16, 2022
|
Inverting default `collect` behavior when iterator returns an array
|
|
3
|
318
|
August 7, 2022
|
RGB has a length but no iterate?
|
|
2
|
331
|
July 19, 2022
|
Improving the performance of a sum over a vector of vectors
|
|
10
|
639
|
July 13, 2022
|
How to create all possible k-mers with a set of alphabets?
|
|
12
|
637
|
June 29, 2022
|
Iterator flatten with nested tuples
|
|
3
|
870
|
June 25, 2022
|
Product iterator with NamedTuples
|
|
5
|
548
|
June 25, 2022
|
VectorOfArrays: iterating over pairs; type qualifier when containing specific SVector
|
|
6
|
585
|
June 19, 2022
|
Drop iterator shape
|
|
5
|
400
|
June 3, 2022
|
Is there no declarative / functional solution for "between" problems?
|
|
2
|
350
|
May 5, 2022
|
`collect` gives different result than `for` loop
|
|
3
|
372
|
May 4, 2022
|
Why do some functions not output the result directly?
|
|
23
|
1199
|
May 4, 2022
|
Iteration over two grouped data frames
|
|
1
|
765
|
April 27, 2022
|