Sieve of Eratosthenes iterator
|
|
1
|
123
|
October 20, 2024
|
Iterate over a range in a non standard way
|
|
4
|
91
|
October 10, 2024
|
Does length(itr) need to be invariant? (stateful iterator)
|
|
4
|
145
|
September 24, 2024
|
Coding different iterations over a dataset
|
|
3
|
57
|
September 22, 2024
|
Spending a lot of time in `materialize` called by `findall`
|
|
14
|
253
|
August 7, 2024
|
Help writing a `collect` for iterators
|
|
11
|
249
|
July 26, 2024
|
Overflow with Iterators.product
|
|
7
|
126
|
July 2, 2024
|
Why `map` requires `collect` to use for general iterable things?
|
|
18
|
575
|
May 28, 2024
|
How to nest any number of for loops
|
|
8
|
229
|
May 9, 2024
|
Type-stable alternatives to Iterators.product?
|
|
2
|
135
|
May 3, 2024
|
I don't get Base.IteratorElType
|
|
6
|
352
|
April 30, 2024
|
Can I use eachrow, eachcol, etc. to change array's values?
|
|
9
|
357
|
March 20, 2024
|
Collect (flat) iterator as an Array
|
|
3
|
214
|
January 10, 2024
|
Iterative construction of lazy Iterators leads to excessive compilation time
|
|
21
|
958
|
December 10, 2023
|
How do I retrieve values using an array generator?
|
|
11
|
561
|
October 26, 2023
|
New Iterator from Nested Iterators
|
|
19
|
609
|
September 14, 2023
|
Custom iterator failed
|
|
12
|
320
|
August 28, 2023
|
Interacting with current and next iterator
|
|
2
|
353
|
August 4, 2023
|
Array/vector comprehension and AbstractTrees Leaves iterator
|
|
0
|
200
|
August 1, 2023
|
Chunk an array
|
|
5
|
689
|
July 21, 2023
|
Iterator from 3 vectors
|
|
5
|
296
|
July 18, 2023
|
Base.Iterators.partition for Dict and Set
|
|
0
|
223
|
July 9, 2023
|
Custom Iterator with one big computation at the begin + in place operation at every iterations
|
|
2
|
339
|
June 13, 2023
|
Transducers vs Iterators
|
|
0
|
398
|
May 12, 2023
|
Filtering elements of a generator without collecting
|
|
5
|
322
|
March 27, 2023
|
Difference between calling Iterators.rest on an array vs a range
|
|
3
|
384
|
March 24, 2023
|
IndexStyle for pairs iterator?
|
|
0
|
184
|
March 22, 2023
|
Group by criteria
|
|
17
|
688
|
March 19, 2023
|
How to access partitions used in previous iterations of a loop over a partitioned set?
|
|
10
|
457
|
March 16, 2023
|
Is it always safe to “re-use” an iterator/generator?
|
|
8
|
1062
|
March 15, 2023
|