Performance of views vs. explicit index referencing
|
|
2
|
501
|
July 7, 2020
|
Should I use @inbounds on for loop iterating through the values of a Dict?
|
|
3
|
2199
|
July 6, 2020
|
Broadcast into higher dimensional array vs nested array
|
|
4
|
626
|
July 3, 2020
|
Using module variables in a module function. Is there a performance disadvantage?
|
|
4
|
388
|
July 3, 2020
|
Efficient (non-allocating, in-place) getindex! for BitArray?
|
|
19
|
1684
|
July 2, 2020
|
Undefined Variable
|
|
1
|
311
|
July 2, 2020
|
Parallel workflow
|
|
2
|
524
|
July 1, 2020
|
Fast iteration over rows of a DataFrame
|
|
14
|
14188
|
June 30, 2020
|
Why does this allocate?
|
|
4
|
449
|
June 30, 2020
|
Comparing Julia Performance to CLI Program
|
|
0
|
403
|
June 30, 2020
|
Another post on package compilation time
|
|
14
|
2491
|
June 29, 2020
|
Are let blocks as fast as functions?
|
|
11
|
1552
|
June 29, 2020
|
Non-allocating views
|
|
2
|
680
|
June 29, 2020
|
Why DataFrames v.0.21.2 (julia v1.4.2) requires more memory than the previous version
|
|
22
|
2317
|
June 29, 2020
|
Help improving a function that constructs 3D matrix
|
|
3
|
459
|
June 28, 2020
|
Julia (with compile time) about 5.6 times faster than SAS
|
|
23
|
2432
|
June 28, 2020
|
Memory allocation within loop
|
|
7
|
745
|
June 28, 2020
|
Compiler optimizations with broadcast or map
|
|
5
|
2494
|
June 27, 2020
|
Extra allocation when trying to reuse pre-allocated vector
|
|
6
|
519
|
June 27, 2020
|
Memory allocation and performance
|
|
7
|
650
|
June 26, 2020
|
A question about PCA and visualization
|
|
1
|
349
|
June 26, 2020
|
Poor performance of `lock(l) do` closures, caused by poor performance of capturing closures
|
|
11
|
2266
|
June 26, 2020
|
What is the fastest way to update a particular row of a matrix using dot syntax?
|
|
21
|
2217
|
June 25, 2020
|
Parrallel programming2
|
|
3
|
460
|
June 25, 2020
|
Speeding up repeated optimizations within a large loop
|
|
7
|
860
|
June 25, 2020
|
Declare vector type or not / views / subarrays
|
|
5
|
775
|
June 24, 2020
|
Diff! (in-place or preallocated output version of diff)
|
|
2
|
754
|
June 24, 2020
|
Pass cache to function
|
|
4
|
364
|
June 23, 2020
|
Custom IO performance - loading variables from byte array
|
|
2
|
649
|
June 23, 2020
|
Safe loop with push! multi-threading
|
|
7
|
4077
|
June 23, 2020
|