Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

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

Score: 17.225653277194134

Last synced: about 2 hours ago
JSON representation

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:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day 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: 2 days ago

Total issues: 24
Total pull requests: 30
Average time to close issues: 4 months
Average time to close pull requests: 9 months
Total issue authors: 21
Total pull request authors: 21
Average comments per issue: 3.54
Average comments per pull request: 1.53
Merged pull request: 17
Bot issues: 0
Bot pull requests: 6

Past year issues: 2
Past year pull requests: 10
Past year average time to close issues: 17 days
Past year average time to close pull requests: 15 days
Past year issue authors: 2
Past year pull request authors: 3
Past year average comments per issue: 6.5
Past year average comments per pull request: 0.3
Past year merged pull request: 6
Past year bot issues: 0
Past year bot pull requests: 6

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/haskell/double-conversion

Top Issue Authors

  • andreasabel (4)
  • vmchale (1)
  • Vekhir (1)
  • unhammer (1)
  • TomMD (1)
  • singpolyma (1)
  • rwbarton (1)
  • richsmith92 (1)
  • niteria (1)
  • nh2 (1)
  • mightybyte (1)
  • KolodeznyDiver (1)
  • Kleidukos (1)
  • juhp (1)
  • JohnLato (1)

Top Pull Request Authors

  • dependabot[bot] (6)
  • Kleidukos (3)
  • bradediger (2)
  • Haskell-mouse (2)
  • istathar (1)
  • juhp (1)
  • A1kmm (1)
  • basvandijk (1)
  • kantp (1)
  • hvr (1)
  • soupi (1)
  • singpolyma (1)
  • simonmar (1)
  • tolysz (1)
  • ghost (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (6)
  • re: warnings (1)

Package metadata

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.

  • Homepage: https://github.com/haskell/double-conversion
  • Licenses: BSD-2-Clause
  • Latest release: 2.0.5.0 (published 3 months ago)
  • Last Synced: 2024-05-08T12:31:46.847Z (2 days ago)
  • Versions: 14
  • Dependent Packages: 6
  • Dependent Repositories: 183
  • Downloads: 50,427 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