CliMA / CliMA/ClimaAnalysis.jl
LittleDict instead of OrderedDict
Open
- Dominant language
- Julia
- Stars
- 12
- Forks
- 5
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 2
Description
OrderedCollections also has `LittleDict` in addition to `OrderedDict` which is faster than `OrderedDict`.
It would be interesting to see if using `LittleDict` makes any difference to performance compared to `OrderedDict`.
I suspected that it wouldn't make that much of a difference because the bigger part of runtime is with manipulating the data of the `OutputVar`, but I am not sure.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.