Group by criteria
|
|
17
|
190
|
March 19, 2023
|
How to access partitions used in previous iterations of a loop over a partitioned set?
|
|
10
|
87
|
March 16, 2023
|
Is it always safe to “re-use” an iterator/generator?
|
|
8
|
240
|
March 15, 2023
|
Why is it that dataframe violates iterator interface?
|
|
7
|
320
|
March 13, 2023
|
Equivalent of `last` for iterators
|
|
1
|
92
|
March 10, 2023
|
Stateful iterators with known eltype
|
|
0
|
57
|
January 25, 2023
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
493
|
January 23, 2023
|
Why does stateful iterators restrict length to `Signed`?
|
|
2
|
156
|
January 20, 2023
|
Can `findmin` use a counter if `keys` is not defined for an iterator?
|
|
12
|
165
|
January 19, 2023
|
Obtaining the type of the state object returned by Iterate
|
|
4
|
313
|
December 17, 2022
|
Unintuitive behavior for iterator of views of a vector
|
|
1
|
123
|
November 16, 2022
|
The default iteration interface can cause memory leak?
|
|
5
|
410
|
October 20, 2022
|
Grid of all elements of an arbitrarily sized matrix
|
|
7
|
145
|
October 20, 2022
|
Construct Big Integers with odd digits only
|
|
5
|
213
|
September 8, 2022
|
For loop : mixing iterator with argument of a function
|
|
4
|
168
|
August 16, 2022
|
Inverting default `collect` behavior when iterator returns an array
|
|
3
|
180
|
August 7, 2022
|
RGB has a length but no iterate?
|
|
2
|
185
|
July 19, 2022
|
Improving the performance of a sum over a vector of vectors
|
|
10
|
344
|
July 13, 2022
|
How to create all possible k-mers with a set of alphabets?
|
|
12
|
262
|
June 29, 2022
|
Iterator flatten with nested tuples
|
|
3
|
248
|
June 25, 2022
|
Product iterator with NamedTuples
|
|
5
|
331
|
June 25, 2022
|
VectorOfArrays: iterating over pairs; type qualifier when containing specific SVector
|
|
6
|
271
|
June 19, 2022
|
Drop iterator shape
|
|
5
|
211
|
June 3, 2022
|
Is there no declarative / functional solution for "between" problems?
|
|
2
|
198
|
May 5, 2022
|
`collect` gives different result than `for` loop
|
|
3
|
203
|
May 4, 2022
|
Why do some functions not output the result directly?
|
|
23
|
791
|
May 4, 2022
|
Iteration over two grouped data frames
|
|
1
|
262
|
April 27, 2022
|
Minimizing allocations for custom powerset iterator
|
|
7
|
254
|
April 14, 2022
|
Iterators.flatmap optimization attempt
|
|
2
|
363
|
April 11, 2022
|
Looping over each index in varargs
|
|
1
|
200
|
March 21, 2022
|