Localizing variables: performance implications?
|
|
7
|
965
|
January 18, 2018
|
Speeding up FVM code
|
|
7
|
1244
|
January 17, 2018
|
Reference or copy: segment of an array as function argument
|
|
9
|
1489
|
January 16, 2018
|
Fastest way to count unique elements in `Vector{Union{Bool, Missing})`
|
|
35
|
6875
|
January 16, 2018
|
Multi-threading doesn't seem to scale well on this counting problem
|
|
15
|
2151
|
January 14, 2018
|
How to define an efficient `bswap_int` for user defined primitive types?
|
|
8
|
1392
|
January 5, 2018
|
help understanding performance with assignment to allocated matrix
|
|
6
|
1691
|
January 4, 2018
|
Sort huge array get smallest 1000
|
|
5
|
832
|
December 31, 2017
|
Dispatch on argument values rather than (just) types?
|
|
5
|
2916
|
December 26, 2017
|
Faster join()?
|
|
4
|
1003
|
December 25, 2017
|
Toward faster Rationals
|
|
9
|
1138
|
December 24, 2017
|
Julia slow with Hilbert matrices
|
|
9
|
2616
|
December 22, 2017
|
Workflow for monitoring native code size
|
|
11
|
1112
|
December 21, 2017
|
How to pre-allocate matrices to avoid constructing new matrices during the for-loop?
|
|
6
|
2896
|
December 20, 2017
|
Sparse matrix-vector product: much more slow than Matlab
|
|
24
|
4563
|
December 20, 2017
|
Read a text file directly as vector of SVectors
|
|
6
|
1537
|
December 16, 2017
|
Performance with MongoDB
|
|
6
|
2800
|
December 15, 2017
|
View way slower than copy?
|
|
7
|
2519
|
December 14, 2017
|
Memory allocations are not very understandable
|
|
26
|
1936
|
December 12, 2017
|
Performant creation of vector of SVectors given a known formula
|
|
17
|
1470
|
December 11, 2017
|
Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?
|
|
19
|
4608
|
December 10, 2017
|
Best way to construct a sparse matrix
|
|
3
|
1041
|
December 9, 2017
|
What's the fastest way to generate `[1,2,....,n]`?
|
|
16
|
1538
|
December 8, 2017
|
Help understanding allocation on scalar function and possible ways to avoid it
|
|
3
|
904
|
December 7, 2017
|
Allocation - groupby
|
|
5
|
1267
|
December 5, 2017
|
Using @inbounds
|
|
1
|
687
|
December 4, 2017
|
View into HDF5 dataset
|
|
1
|
1244
|
December 4, 2017
|
A generator with two "for" keywords is slow
|
|
14
|
1783
|
December 4, 2017
|
Trying PkgBenchmark.jl again
|
|
5
|
1084
|
December 1, 2017
|
Unsafe_store! sometimes slower than arrays' setindex!?
|
|
15
|
1451
|
November 30, 2017
|