Subject: CVS commit: wip/hs-double-conversion
From: PHO / phonohawk
Date: 2011-09-27 15:43:40
Message id: E1R8Xwz-0006ab-LT@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Import hs-double-conversion-0.2.0.1 as wip/hs-double-conversion.

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:
http://code.google.com/p/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.)


Files:
RevisionActionfile
1.1importwip/hs-double-conversion/Makefile
1.1importwip/hs-double-conversion/PLIST
1.1importwip/hs-double-conversion/distinfo
1.1importwip/hs-double-conversion/buildlink3.mk
1.1importwip/hs-double-conversion/DESCR
1.1importwip/hs-double-conversion/patches/patch-double-conversion_src_utils.h