How to Install and Uninstall ghc-double-conversion Package on openSuSE Tumbleweed
Last updated: November 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "ghc-double-conversion" package
This guide covers the steps necessary to install ghc-double-conversion on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-double-conversion
Copied
2. Uninstall "ghc-double-conversion" package
This is a short guide on how to uninstall ghc-double-conversion on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-double-conversion
Copied
3. Information about the ghc-double-conversion package on openSuSE Tumbleweed
Information for package ghc-double-conversion:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-double-conversion
Version : 2.0.2.0-3.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 145,7 KiB
Installed : No
Status : not installed
Source package : ghc-double-conversion-2.0.2.0-3.9.src
Summary : Fast conversion between double precision floating point and text
Description :
A library that performs fast, accurate conversion between double precision
floating point and text.
This library is implemented as bindings to the C++ 'double-conversion' library
written by Florian Loitsch at Google:
.
The 'Text' versions of these functions are about 30 times faster than the
default 'show' implementation for the 'Double' type.
The 'ByteString' versions are /slower/ than the 'Text' versions; roughly half
the speed. (This seems to be due to the cost of allocating 'ByteString' values
via 'malloc'.)
As a final note, be aware that the 'bytestring-show' package is about 50%
slower than simply using 'show'.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-double-conversion
Version : 2.0.2.0-3.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 145,7 KiB
Installed : No
Status : not installed
Source package : ghc-double-conversion-2.0.2.0-3.9.src
Summary : Fast conversion between double precision floating point and text
Description :
A library that performs fast, accurate conversion between double precision
floating point and text.
This library is implemented as bindings to the C++ 'double-conversion' library
written by Florian Loitsch at Google:
The 'Text' versions of these functions are about 30 times faster than the
default 'show' implementation for the 'Double' type.
The 'ByteString' versions are /slower/ than the 'Text' versions; roughly half
the speed. (This seems to be due to the cost of allocating 'ByteString' values
via 'malloc'.)
As a final note, be aware that the 'bytestring-show' package is about 50%
slower than simply using 'show'.