The latest version of floatshow is 0.2.4-0.

floatshow

Version 0.1 revision 0 uploaded by DanielFischer.

Package meta

Synopsis
Alternative faster String representations for Double and Float
Description

The String representations provided by this package are generally longer than show's output, which constructs the shortest string that is parsed as the original number by read. This requires some time-consuming checks, so show is slow for floating-point numbers. By producing a digit-string guaranteed to be long enough to uniquely determine the number without caring whether there's a shorter representation, the display functions of this package can be faster, sometimes by a big margin. The bulk of the code is a minor modification of code from the base package, whence the GHC License is included as an extra-source-file.

Author
Daniel Fischer
Bug reports
https://bitbucket.org/dafis/floatshow/issues
Category
Text
Copyright
(c) 2011 Daniel Fischer
Homepage
https://bitbucket.org/dafis/floatshow
Maintainer
daniel.is.fischer@googlemail.com
Package URL
n/a
Stability
n/a

Components