Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.9% on hackage.haskell.org
Top 2.7% downloads on hackage.haskell.org
Top 3.4% dependent packages on hackage.haskell.org
Top 2.4% dependent repos on hackage.haskell.org
Top 6.8% forks on hackage.haskell.org

hackage.haskell.org : double-conversion

A library that performs fast, accurate conversion between 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. Now it can convert single precision numbers, and also it can create Builder, instead of bytestring or text. The Text versions of these functions are about 30 times faster than the default show implementation for the Double type. The ByteString versions are have very close speed to the Text versions; Builder versions (both for Text and Bytestring) are slower on single value, but they are much faster on large number of values (up to 20x faster on list with 20000 doubles). As a final note, be aware that the bytestring-show package is about 50% slower than simply using show.

Registry - Source - JSON
purl: pkg:hackage/double-conversion
Keywords: bsd2, bsd3, library, text
License: BSD-2-Clause
Latest release: 3 months ago
First release: almost 13 years ago
Dependent packages: 6
Dependent repositories: 183
Downloads: 50,459 total
Stars: 15 on GitHub
Forks: 33 on GitHub
Total Commits: 158
Committers: 23
Average commits per author: 6.87
Development Distribution Score (DDS): 0.665
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

    Loading...
    Readme
    Loading...