An open API service for producing an overview of a list of open source projects.

https://github.com/pb33f/ordered-map

Score: 27.580789812212387

Last synced: about 12 hours ago
JSON representation

Repository metadata:

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 65
Total Committers: 18
Avg Commits per committer: 3.611
Development Distribution Score (DDS): 0.615

Commits in past year: 4
Committers in past year: 4
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.75

Name Email Commits
Jean Rouge r****b@g****m 25
Pierre Fenoll p****l@g****m 6
quobix d****e@q****m 6
Albert Wolszon a****n@l****l 5
Manuel Odendahl w****n@r****m 5
Tristan Cartledge t****n@s****v 4
Sergey Vilgelm s****m@i****m 2
xiegeo g****e@x****m 2
Kusakabe Si s****i@k****g 1
Matt Joiner a****x@g****m 1
Oleksandr Redko o****b@g****m 1
Olivier Mengué d****n@c****g 1
Richard Kettelerij r****d@m****l 1
Wei Kang w****a@g****m 1
WilliamFrei w****m@e****t 1
Reinhard Tartler s****t@t****e 1
Jean Rouge j****n@s****m 1
hesining 3****g 1

Issue and Pull Request metadata

Last synced: about 2 months ago

Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/pb33f/ordered-map

Top Issue Authors

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/pb33f/ordered-map

Package orderedmap implements an ordered map, i.e.

  • Homepage: https://github.com/pb33f/ordered-map
  • Documentation: https://pkg.go.dev/github.com/pb33f/ordered-map#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.0.0 (published over 4 years ago)
  • Last Synced: 2026-08-12T03:01:03.589Z (1 day ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.249%
    • Average: 5.425%
    • Dependent repos count: 5.601%
proxy.golang.org: github.com/pb33f/ordered-map/v2

Package orderedmap implements an ordered map, i.e.

  • Homepage: https://github.com/pb33f/ordered-map
  • Documentation: https://pkg.go.dev/github.com/pb33f/ordered-map/v2#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v2.3.1 (published 5 months ago)
  • Last Synced: 2026-08-12T03:01:04.672Z (1 day ago)
  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 5,870,428,560
  • Rankings:
    • Dependent packages count: 5.249%
    • Average: 5.425%
    • Dependent repos count: 5.601%
guix: go-github-com-pb33f-ordered-map-v2

Ordered maps in Golang