https://github.com/haskell/double-conversion

Last synced: about 2 months ago

Repository metadata:

A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 158
Total Committers: 23
Avg Commits per committer: 6.87
Development Distribution Score (DDS): 0.665

Commits in past year: 8
Committers in past year: 4
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.625

Name Email Commits
Florian Loitsch f****n@l****m 53
Bryan O'Sullivan b****s@s****m 32
Bryan O'Sullivan b****s@m****m 21
Florian Loitsch f****h@g****m 16
HaskellMouse r****s@s****o 11
Hécate Moonlight h****b@g****n 3
dependabot[bot] 4****] 2
Amol Deshpande a****e@o****m 2
Kent Williams n****s@u****u 2
Rinat Striungis l****p@g****m 2
Stefan Frijters s****s@g****m 2
Andrew Cowie a****w@o****m 1
Bodigrim a****o@g****m 1
Brad Ediger b****r@m****m 1
Eric Lindblad a****d@o****m 1
Gil Mizrahi g****l@h****o 1
Herbert Valerio Riedel h****r@g****g 1
Jens Petersen j****n@g****m 1
Johan Tibell j****l@g****m 1
Philipp Kant p****p@i****m 1
Simon Marlow m****d@g****m 1
Tamar Christina t****r@z****m 1
gwright g****t@a****m 1

Issue and Pull Request metadata

Last synced: about 2 months ago


Package metadata

hackage: 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.

  • Homepage: https://github.com/haskell/double-conversion
  • Licenses: BSD-2-Clause
  • Latest release: 2.0.5.0 (published 11 months ago)
  • Last Synced: 2024-11-11T01:33:04.945Z (about 2 months ago)
  • Versions: 14
  • Dependent Packages: 6
  • Dependent Repositories: 183
  • Downloads: 52,807 Total
  • Rankings:
    • Dependent repos count: 2.441%
    • Downloads: 2.735%
    • Dependent packages count: 3.385%
    • Forks count: 6.832%
    • Average: 6.892%
    • Stargazers count: 19.068%
  • Maintainers (2)

Dependencies

benchmarks/double-conversion-benchmarks.cabal hackage
  • base *
  • bytestring *
  • bytestring-show *
  • criterion >=0.5.0.10
  • double-conversion *
  • text >=0.11.0.8
double-conversion.cabal hackage
  • base ==4.*
  • bytestring *
  • ghc-prim *
  • text >=0.11.0.8
  • HUnit * test
  • base * test
  • bytestring * test
  • double-conversion * test
  • test-framework * test
  • test-framework-hunit * test
  • test-framework-quickcheck2 * test
  • text * test