Julia Programming Language
Calculating Statistics of an Array with A Mask (Masked Array)
General Usage
Performance
statistics
,
performance
,
arrays
,
slack
mbauman
October 3, 2024, 7:25pm
2
This is a pretty common stumbling block, unfortunately:
show post in topic
Related topics
Topic
Replies
Views
Activity
Shouldn't `@views sum(data[mask])` be non-allocating?
General Usage
memory-allocation
19
454
August 14, 2024
View and boolean indexing
Performance
array
4
349
March 26, 2023
Confused about performance interaction between @view and logical (Boolean) indexing
Performance
7
1448
April 15, 2019
Optimizing a 2D masked mean
Performance
10
465
September 20, 2022
Faster alternate to @views for passing subarrays to functions
Performance
array
,
views
3
683
January 7, 2022