MetOffice / MetOffice/lfric_core
Factor out hash-map functionality
- Dominant language
- Fortran
- Stars
- 26
- Forks
- 73
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
We have several collections including those for field and I/O context which make use of a hash-table to implement mapping functionality. At the moment this code is duplicated wherever it is needed.
While implementing a truly generic solution which can key on any data is prohibitively complicated at the moment a solution which keys on strings is within grasp and would reduce code duplication and ease re-use.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the duplicated hash-table implementations used by the field and I/O context collections and compare their mapping interfaces. The work is done when a reusable string-keyed solution replaces the duplicated functionality while preserving the existing collection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100