equinor / equinor/surfio

Create a fastpath for fortran ordered arrays

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Currently we convert fortran ordered arrays into c ordered arrays before exporting. This is inefficient as exporting fortran ordered arrays should be even faster than exporting c ordered arrays due to writing them to file in fortran order.

Contributor guide

Open the contributing guide

Research direction

Start by locating the export path that currently converts Fortran-ordered arrays to C-ordered arrays. Read the surrounding array-handling logic and any existing export tests. Done means Fortran-ordered arrays use a fast path that avoids the conversion and are exported correctly in Fortran order.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
data, performance
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.