Help me optimize my special solution to save VTP (VTK) file?
|
|
1
|
215
|
February 11, 2024
|
Why is the bounds-checking not elided in isassigned for `SlowSubArray`s despite an inbounds annotation?
|
|
0
|
274
|
February 10, 2024
|
Performance tips for Union Types
|
|
6
|
2735
|
February 9, 2024
|
Can this be written even faster? (CPU)
|
|
34
|
842
|
February 9, 2024
|
M. learning with regularization using Flux is too slow?
|
|
5
|
421
|
February 9, 2024
|
Why is garbage collection called here?
|
|
11
|
400
|
February 8, 2024
|
What is meant by this tip for StaticArrays?
|
|
6
|
552
|
February 6, 2024
|
How can I fix the type instability
|
|
3
|
363
|
February 5, 2024
|
Allocations in broadcasted assignment (StackOverflow question)
|
|
2
|
252
|
February 4, 2024
|
Memory build-up when loading DataFrames in a loop
|
|
2
|
161
|
February 3, 2024
|
Unreasonably fast FFT on CUDA
|
|
8
|
1202
|
February 3, 2024
|
Help with this code (deallocation/pointers on sparse matrices)
|
|
31
|
693
|
February 3, 2024
|
Why does profiling suggest that integer comparison dominates broadcasted assignment?
|
|
4
|
286
|
February 3, 2024
|
Fast allocation of blocks in sparse matrix
|
|
7
|
318
|
February 2, 2024
|
Double checking there is no multi-threaded dense x sparse matmul implementation
|
|
7
|
603
|
February 1, 2024
|
LinearAlgebra.inv! not exported, in-place inversion
|
|
5
|
272
|
February 1, 2024
|
Sparse matrices copy arrays, do not view them
|
|
18
|
509
|
January 31, 2024
|
Bounds check outside loop affects loop performance
|
|
0
|
143
|
January 31, 2024
|
Type Instability using StaticArrays that I dont get
|
|
4
|
236
|
January 31, 2024
|
Functors instead of arrays, matrices etc
|
|
22
|
744
|
January 30, 2024
|
Large amount of memory allocation when using autodiff and IPNewton
|
|
1
|
120
|
January 30, 2024
|
Upper boundary for dispatch in Julia
|
|
15
|
626
|
January 30, 2024
|
Unexpected allocation
|
|
7
|
306
|
January 30, 2024
|
Parallelizing over an iterable
|
|
18
|
713
|
January 29, 2024
|
Cthulhu.jl showing unstable return type
|
|
5
|
373
|
January 29, 2024
|
Matrix storage
|
|
11
|
494
|
January 27, 2024
|
Remove bounds checking for the entire program
|
|
8
|
573
|
January 27, 2024
|
Removing undesirable allocations in some functions
|
|
15
|
422
|
January 27, 2024
|
Compiler doesn't know the type of real.(vec) in compile time
|
|
6
|
213
|
January 27, 2024
|
Parallelization seems to increase the necessary amount of allocations for single threads
|
|
8
|
275
|
January 26, 2024
|