[ol9_developer_EPEL] ghc-double-conversion-2.0.2.0-3.el9.aarch64

Name:ghc-double-conversion
Version:2.0.2.0
Release:3.el9
Architecture:aarch64
Group:Unspecified
Size:72161
License:BSD
RPM: ghc-double-conversion-2.0.2.0-3.el9.aarch64.rpm
Source RPM: ghc-double-conversion-2.0.2.0-3.el9.src.rpm
Build Date:Mon Sep 26 2022
Build Host:build-ol9-aarch64.oracle.com
Vendor:Oracle America
URL:https://hackage.haskell.org/package/double-conversion
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:
<https://github.com/floitsch/double-conversion>.

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'.

Filelist (Show Changelog) (Show related packages)