Mon, 26 Jan 2026 02:39:45 CST | login

Information for build ghc-double-conversion-2.0.4.2-1.oc9

ID27363
Package Nameghc-double-conversion
Version2.0.4.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-double-conversion.git?.#0f3bc141648118745a80267d633bb99c7ca1abc3
SummaryFast conversion between single and double precision floating point and text
DescriptionA library that performs fast, accurate conversion between floating point and text. This library is implemented as bindings to the C++ 'double-conversion' library written by Florian Loitsch at Google: <https://github.com/floitsch/double-conversion>. Now it can convert single precision numbers, and also it can create Builder, instead of bytestring or text. The 'Text' versions of these functions are about 30 times faster than the default 'show' implementation for the 'Double' type. The 'ByteString' versions are have very close speed to the 'Text' versions; Builder versions (both for Text and Bytestring) are slower on single value, but they are much faster on large number of values (up to 20x faster on list with 20000 doubles). As a final note, be aware that the 'bytestring-show' package is about 50% slower than simply using 'show'.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 11:46:36 CST
CompletedMon, 05 Aug 2024 11:49:20 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-double-conversion.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-double-conversion.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-double-conversion-2.0.4.2-1.oc9.src.rpm (info) (download)
aarch64
ghc-double-conversion-2.0.4.2-1.oc9.aarch64.rpm (info) (download)
ghc-double-conversion-devel-2.0.4.2-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-double-conversion-doc-2.0.4.2-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-double-conversion-2.0.4.2-1.oc9.x86_64.rpm (info) (download)
ghc-double-conversion-devel-2.0.4.2-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0.4.2-1 - initial build