NOTICE: This package has been removed from pkgsrc

./wip/hs-double-conversion, Fast conversion between double precision floating point and text

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.0.6, Package name: hs-double-conversion-0.2.0.6, Maintainer: pho

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


Required to run:
[devel/hs-text]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 6206d16d1e7b8898a735c7b59392398b7ce4926b
RMD160: eb773b998fd6fb43279bdb91fb00b6f19cadcb47
Filesize: 6851.826 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2013-03-06 16:08:32 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to double-conversion-0.2.0.6

   2011-09-27 15:43:40 by PHO / phonohawk | Files touched by this commit (6) | Imported package
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.)