JuliaMath / JuliaMath/DecFP.jl
switch to decNumber?
Open
- Dominant language
- Julia
- Stars
- 66
- Forks
- 22
- Avg merge
- 27m
- Merged PRs (30d)
- 4
Description
@ScottPJones points out that the IBM decNumber package (under the ICU license) may be more portable than the Intel package, and supports more formats. We might consider switching to it, instead of the Intel library.
(A more complex option would be to link to both libraries: using Intel where the performance is better, and decNumber where it supports more functionality.)
Would be interesting to compare the performance of the two libraries.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.