|
Compiler optimizations around DataFrames
|
|
1
|
135
|
August 6, 2024
|
|
Integer (`Int64`) factorization: Julia code is extremely slow
|
|
7
|
271
|
August 5, 2024
|
|
Repeated contractions - Vector-of-StaticArrays vs HybridArrays.jl, discrepancy in performance between Float64 vs Float32
|
|
9
|
282
|
August 4, 2024
|
|
Probable data race condition causing problems when trying to parallelize a loop used to populate an array
|
|
14
|
279
|
August 4, 2024
|
|
LoadError: Couldn't find libpython PyCall
|
|
7
|
2439
|
August 1, 2024
|
|
Best way to generate vector of tuples based on two vectors
|
|
4
|
244
|
July 31, 2024
|
|
How to improve efficiency of my linear algebra code (matrix equivalency)
|
|
33
|
2024
|
July 29, 2024
|
|
Exponentiation of floats
|
|
25
|
1129
|
July 26, 2024
|
|
How to measure the time taken by a part of the code excluding the disk operations
|
|
5
|
102
|
July 26, 2024
|
|
Bad performances when using Multithreading and Distributed with heavy LinearAlgebra calculations
|
|
26
|
737
|
July 25, 2024
|
|
Type Inference of many dynamically created NamedTuples
|
|
6
|
140
|
July 25, 2024
|
|
LoopVec, Tullio losing to Matrix multiplication
|
|
9
|
834
|
July 25, 2024
|
|
Reduce allocation in nested for loops
|
|
2
|
170
|
July 24, 2024
|
|
Serious issue: Julia language Keyboard Lag Typing Very Slow
|
|
55
|
5577
|
July 23, 2024
|
|
Case study: Real time hardware control for adaptive optics with Julia
|
|
9
|
987
|
July 23, 2024
|
|
What is the recommended way to filter rows of a Dataframe?
|
|
6
|
524
|
July 23, 2024
|
|
Parallel Computing with Threads.@threads in HPC is slow?
|
|
12
|
877
|
July 21, 2024
|
|
Solving EnsembleProblem efficiently for large systems: memory issues
|
|
10
|
662
|
July 19, 2024
|
|
SIMD: Need some help to speed up sampling a code vector
|
|
28
|
494
|
July 16, 2024
|
|
Fast Exponential of a large matrix
|
|
14
|
932
|
July 15, 2024
|
|
Compare array (of String) with no regard to the order
|
|
8
|
2473
|
July 15, 2024
|
|
Increased allocations when using threads
|
|
20
|
560
|
July 11, 2024
|
|
Help reducing compilation and inference time
|
|
71
|
1620
|
July 11, 2024
|
|
Problem with creating view of vectors in vector of vectors (it keeps allocating)
|
|
2
|
167
|
July 9, 2024
|
|
Using a Custom Length Vector type to define function Parameters
|
|
20
|
442
|
July 9, 2024
|
|
Memory Allocation when using mul! with sparse arrays and views
|
|
4
|
488
|
July 8, 2024
|
|
Sending excel file as response is slow
|
|
7
|
312
|
July 7, 2024
|
|
Type instabilities when using broadcasting with splat operator
|
|
2
|
150
|
July 6, 2024
|
|
JET: are union incurred runtime dispatches really happening?
|
|
10
|
381
|
July 5, 2024
|
|
How can I improve the computational performance of my code (ODEProblem solving)?
|
|
8
|
428
|
July 4, 2024
|