What is the best way to wrap C double pointers into a Julia `Matrix`?
|
|
3
|
637
|
June 8, 2021
|
Reduced performance for parallel loops in larger code?
|
|
10
|
468
|
June 6, 2021
|
@turbo speeds routine, slows down everything else
|
|
16
|
2614
|
June 5, 2021
|
Parallel sampling
|
|
5
|
459
|
June 4, 2021
|
Minimize Allocations
|
|
3
|
344
|
June 3, 2021
|
How to speed up permutedims for high dimensional tensors
|
|
3
|
552
|
June 3, 2021
|
Closure in struct type inference
|
|
12
|
1420
|
June 3, 2021
|
Parallelizing a for-loop with a matrix
|
|
2
|
349
|
June 2, 2021
|
Asynchronous Programming and "Threads.@threads for" with limited number of threads
|
|
2
|
489
|
June 1, 2021
|
Sub-sample array until a target number of unique elements is left
|
|
18
|
955
|
May 31, 2021
|
Looking for advice on achieving faster startup times
|
|
11
|
2531
|
May 30, 2021
|
Simple addition using Transducers via single-threaded foldl , multi-threaded foldxt always calculates two (slightly) different answers
|
|
4
|
660
|
May 29, 2021
|
Possible performance drop when using more than one socket threads
|
|
2
|
348
|
May 29, 2021
|
What's the most efficient way to sum the results of multithreading?
|
|
3
|
1264
|
May 28, 2021
|
Massive data-dependent floating-point slowdown
|
|
3
|
679
|
May 28, 2021
|
Small, fixed powers
|
|
5
|
508
|
May 28, 2021
|
Fortran calling Julia. Julia 10x slower than Fortran
|
|
15
|
1999
|
May 27, 2021
|
Threads.@threads parallelism and htop
|
|
2
|
454
|
May 25, 2021
|
Optimization allowed in C++14, not done in Julia, but could it be done?
|
|
7
|
890
|
May 24, 2021
|
Weird @btime results with `sin`
|
|
1
|
391
|
May 22, 2021
|
Performance decrease after renaming functions
|
|
2
|
360
|
May 21, 2021
|
Simple random walk performance tips
|
|
6
|
1405
|
May 21, 2021
|
Zygote gradient results in slow Tuple getindex calls
|
|
6
|
895
|
May 20, 2021
|
[SOLVED] 37x performance hit when wrapping Refs. Any solution?
|
|
2
|
462
|
May 20, 2021
|
Mutithreading of 3-nested loops for solving integral equations
|
|
0
|
352
|
May 20, 2021
|
The Julia REPL: How clean environment variables. VSCODE
|
|
5
|
2036
|
May 19, 2021
|
Fma's and poly eval
|
|
4
|
760
|
May 19, 2021
|
Timeseries Optimization : Reducing allocations
|
|
10
|
507
|
May 18, 2021
|
Memory reuse problem in for loop
|
|
10
|
668
|
May 18, 2021
|
Weird allocation issue for fill! with ArrayPartition in Julia < 1.6
|
|
1
|
356
|
May 17, 2021
|