|
Question on Julia Blog Post regarding Performance
|
|
1
|
385
|
September 16, 2022
|
|
Code in Threads.@threads takes longer than in single-threaded code
|
|
0
|
271
|
September 15, 2022
|
|
Threads.@threads ~44 times slower than single threaded code
|
|
8
|
714
|
September 14, 2022
|
|
Slow `reduce(vcat, itr)`
|
|
26
|
1559
|
September 13, 2022
|
|
FLoops for updating a vector by index
|
|
7
|
538
|
September 13, 2022
|
|
Constant propagation: Irrationals doing much better than Float64
|
|
15
|
580
|
September 13, 2022
|
|
Forcing data points containing one sinusoidal signal to be symetric around zero and multithreading
|
|
4
|
348
|
September 12, 2022
|
|
Outer-only constructors and concrete types
|
|
4
|
451
|
September 12, 2022
|
|
Copy the return value of a function to the clipboard
|
|
1
|
320
|
September 12, 2022
|
|
Julia in Colab suddenly does not work
|
|
0
|
320
|
September 12, 2022
|
|
Multithreading in many nested loops
|
|
1
|
632
|
September 9, 2022
|
|
Why more BLAS threads take more time
|
|
2
|
548
|
September 9, 2022
|
|
Fast small integer matrix multiplication
|
|
11
|
585
|
September 9, 2022
|
|
~7x compliation time regression in the following data reading code
|
|
6
|
472
|
September 9, 2022
|
|
Utilizing @turbo / @tturbo in Performance Critical Code
|
|
4
|
950
|
September 8, 2022
|
|
How to passing vargs... to a function without allocation?
|
|
4
|
414
|
September 6, 2022
|
|
Advice on speeding up highly parallel and I/O intensive code
|
|
4
|
591
|
September 5, 2022
|
|
BenchmarkTools for benchmarking thread scalability of functions
|
|
6
|
1625
|
September 5, 2022
|
|
Zygote and StaticArrays
|
|
12
|
1324
|
September 5, 2022
|
|
Is @evalpoly needed anymore?
|
|
1
|
532
|
September 3, 2022
|
|
How to avoid allocations when reading arbitrary keys from a NamedTuple?
|
|
8
|
1142
|
September 2, 2022
|
|
Any small example of a queue like system, where a function is automatically executed when a new item pops in the queue?
|
|
12
|
1187
|
September 2, 2022
|
|
Priority queue choice
|
|
24
|
3454
|
September 1, 2022
|
|
Fast(er) priority queues?
|
|
20
|
2332
|
September 1, 2022
|
|
Container of mutable structs without 100x slowdown?
|
|
7
|
1288
|
September 1, 2022
|
|
Directly modify compiled method without recompilation
|
|
25
|
1271
|
August 31, 2022
|
|
Is it possible to precompile a function in Julia?
|
|
2
|
1904
|
August 31, 2022
|
|
XML syntax highlighting when printing to terminal?
|
|
1
|
332
|
August 30, 2022
|
|
Resource usage in versions 1.7.2 and 1.8.0
|
|
19
|
1636
|
August 30, 2022
|
|
Are julia -p x and addprocs(x) equivalent?
|
|
1
|
339
|
August 30, 2022
|