Multigrid solver prototype (GMG) and simple Lid Cavity solver
|
|
37
|
2804
|
July 9, 2020
|
Calculating all possible combinations
|
|
8
|
14326
|
July 9, 2020
|
Debugging Julia HTTP Package Performance bottleneck
|
|
1
|
777
|
July 8, 2020
|
Mask on a 1D array
|
|
2
|
1056
|
July 8, 2020
|
Multithreaded parallel prefix scan not faster
|
|
5
|
1019
|
July 8, 2020
|
Memory allocation in matrix multiplication
|
|
2
|
2157
|
July 8, 2020
|
Benchmark in place functions with @btime wasn't set up properly?
|
|
2
|
538
|
July 8, 2020
|
Comparing matrix multiplication between Julia and C
|
|
2
|
912
|
July 7, 2020
|
Performance of views vs. explicit index referencing
|
|
2
|
517
|
July 7, 2020
|
Should I use @inbounds on for loop iterating through the values of a Dict?
|
|
3
|
2214
|
July 6, 2020
|
Broadcast into higher dimensional array vs nested array
|
|
4
|
645
|
July 3, 2020
|
Using module variables in a module function. Is there a performance disadvantage?
|
|
4
|
403
|
July 3, 2020
|
Efficient (non-allocating, in-place) getindex! for BitArray?
|
|
19
|
1729
|
July 2, 2020
|
Undefined Variable
|
|
1
|
317
|
July 2, 2020
|
Parallel workflow
|
|
2
|
538
|
July 1, 2020
|
Fast iteration over rows of a DataFrame
|
|
14
|
14267
|
June 30, 2020
|
Why does this allocate?
|
|
4
|
457
|
June 30, 2020
|
Comparing Julia Performance to CLI Program
|
|
0
|
408
|
June 30, 2020
|
Another post on package compilation time
|
|
14
|
2534
|
June 29, 2020
|
Are let blocks as fast as functions?
|
|
11
|
1580
|
June 29, 2020
|
Non-allocating views
|
|
2
|
689
|
June 29, 2020
|
Why DataFrames v.0.21.2 (julia v1.4.2) requires more memory than the previous version
|
|
22
|
2404
|
June 29, 2020
|
Help improving a function that constructs 3D matrix
|
|
3
|
473
|
June 28, 2020
|
Julia (with compile time) about 5.6 times faster than SAS
|
|
23
|
2509
|
June 28, 2020
|
Memory allocation within loop
|
|
7
|
781
|
June 28, 2020
|
Compiler optimizations with broadcast or map
|
|
5
|
2514
|
June 27, 2020
|
Extra allocation when trying to reuse pre-allocated vector
|
|
6
|
539
|
June 27, 2020
|
Memory allocation and performance
|
|
7
|
674
|
June 26, 2020
|
A question about PCA and visualization
|
|
1
|
356
|
June 26, 2020
|
Poor performance of `lock(l) do` closures, caused by poor performance of capturing closures
|
|
11
|
2301
|
June 26, 2020
|