Ecosyste.ms: Summary

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

Haskell: https://github.com/haskell/vector

Score: 23.48744257368533

Last synced: 1 day ago
JSON representation

Repository metadata:

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .


Owner metadata:


Committers metadata

Last synced: 6 days ago

Total Commits: 1,135
Total Committers: 90
Avg Commits per committer: 12.611
Development Distribution Score (DDS): 0.48

Commits in past year: 71
Committers in past year: 7
Avg Commits per committer in past year: 10.143
Development Distribution Score (DDS) in past year: 0.197

Name Email Commits
Roman Leshchinskiy r****l@c****u 590
Alexey Khudyakov a****y@g****m 180
Dan Doel d****l@g****m 60
Alexey Kuleshevich a****y@k****h 46
Carter Tazio Schonwald c****d@g****m 27
Bodigrim a****o@g****m 24
Max Bolingbroke b****r@h****m 23
Ryan Scott r****t@g****m 21
Herbert Valerio Riedel h****r@g****g 12
Bas van Dijk v****s@g****m 7
Claudi Lleyda Moltó c****a@g****m 7
Bryan O'Sullivan b****s@s****m 6
Don Stewart d****s@g****m 5
Justin Raymond j****4@g****m 5
Sergey Vinokurov s****o@g****m 5
archblob f****k@g****m 5
Genki Sato 1****o 5
Andrew Martin a****s@g****m 4
Oleg Grenrus o****s@i****i 4
nanonaren n****n@g****m 3
konsumlamm k****m@g****m 3
Florian Hofmann f****o@f****e 3
Eric Mertens e****s@g****m 3
David Feuer D****r@g****m 3
Basile Henry b****y@g****m 3
Adam Sandberg Eriksson a****m@s****e 2
Andreas Abel a****l@i****e 2
Chad Austin c****d@c****e 2
Eric Lindblad a****d@o****m 2
Fumiaki Kinoshita f****l@g****m 2
and 60 more...

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 246
Total pull requests: 246
Average time to close issues: over 1 year
Average time to close pull requests: 4 months
Total issue authors: 120
Total pull request authors: 88
Average comments per issue: 7.1
Average comments per pull request: 3.93
Merged pull request: 198
Bot issues: 0
Bot pull requests: 0

Past year issues: 10
Past year pull requests: 26
Past year average time to close issues: 27 days
Past year average time to close pull requests: 10 days
Past year issue authors: 8
Past year pull request authors: 9
Past year average comments per issue: 5.6
Past year average comments per pull request: 2.12
Past year merged pull request: 21
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

  • cartazio (35)
  • Shimuuar (15)
  • andrewthad (12)
  • lehins (10)
  • yongqli (7)
  • Boarders (7)
  • treeowl (7)
  • konsumlamm (5)
  • phadej (4)
  • gksato (4)
  • rwbarton (4)
  • infinity0 (4)
  • nh2 (4)
  • ocharles (3)
  • Bodigrim (3)

Top Pull Request Authors

  • Shimuuar (56)
  • lehins (25)
  • Bodigrim (17)
  • dolio (10)
  • cartazio (9)
  • hvr (6)
  • RyanGlScott (6)
  • konsumlamm (5)
  • treeowl (5)
  • gksato (4)
  • andrewthad (4)
  • nh2 (3)
  • sergv (3)
  • phadej (3)
  • fumieval (3)

Top Issue Labels

  • enhancement (18)
  • design-shed (14)
  • question (13)
  • bug (9)
  • needs-benchmarks (8)
  • prioritized (7)
  • help-wanted (6)
  • invalid (5)
  • performance-audit-todo (5)
  • documentation (4)
  • cant-reproduce (3)
  • wontfix (2)
  • duplicate (1)
  • needs-test-coverage (1)

Top Pull Request Labels

  • enhancement (2)
  • design-shed (2)
  • needs-test-coverage (1)
  • needs-benchmarks (1)
  • question (1)
  • prioritized (1)

Package metadata

hackage.haskell.org: vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . It is structured as follows: There is also a (draft) tutorial on common uses of vector. http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial

  • Homepage: https://github.com/haskell/vector
  • Licenses: BSD-3-Clause
  • Latest release: 0.9.1 (published over 12 years ago)
  • Last Synced: 2024-05-06T11:08:15.644Z (3 days ago)
  • Versions: 42
  • Dependent Packages: 485
  • Dependent Repositories: 6,595
  • Downloads: 417,767 Total
  • Docker Downloads: 16
  • Rankings:
    • Dependent packages count: 0.057%
    • Dependent repos count: 0.062%
    • Downloads: 0.068%
    • Docker downloads count: 1.288%
    • Average: 1.315%
    • Forks count: 2.713%
    • Stargazers count: 3.702%
  • Maintainers (4)
hackage.haskell.org: vector-stream

Simple yet powerful monadic streams that are used as a backbone for vector package fusion functionality.

  • Homepage: https://github.com/haskell/vector
  • Licenses: BSD-3-Clause
  • Latest release: 0.1.0.1 (published 4 months ago)
  • Last Synced: 2024-05-06T11:08:15.857Z (3 days ago)
  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 8
  • Downloads: 4,012 Total
  • Docker Downloads: 34
  • Rankings:
    • Forks count: 2.81%
    • Stargazers count: 3.748%
    • Dependent packages count: 7.645%
    • Average: 16.209%
    • Dependent repos count: 20.222%
    • Downloads: 46.618%
  • Maintainers (3)

Dependencies

vector/vector.cabal hackage
  • base >=2 && <5 benchmark
  • random >=1.2 benchmark
  • tasty * benchmark
  • tasty-bench >=0.2.1 benchmark
  • vector * benchmark
  • base >=4.9 && <4.17
  • deepseq >=1.1 && <1.5
  • primitive >=0.6.4.0 && <0.8
  • vector-stream ==0.1.*
  • HUnit * test
  • QuickCheck >=2.9 && <2.15 test
  • base >=4.5 && <5 test
  • base * test
  • base-orphans >=0.6 test
  • doctest >=0.15 && <0.21 test
  • primitive * test
  • primitive >=0.6.4.0 && <0.8 test
  • random * test
  • tasty * test
  • tasty-hunit * test
  • tasty-inspection-testing >=0.1 test
  • tasty-quickcheck * test
  • template-haskell * test
  • transformers >=0.2.0.0 test
  • vector * test
vector-stream/vector-stream.cabal hackage
  • base >=4.9 && <4.17
  • ghc-prim >=0.2 && <0.9
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v2 composite