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

https://github.com/wk8/go-ordered-map

Score: 31.482575411192077

Last synced: about 16 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: 1 day ago

Total Commits: 56
Total Committers: 14
Avg Commits per committer: 4.0
Development Distribution Score (DDS): 0.554

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

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

Issue and Pull Request metadata

Last synced: about 2 months ago

Total issues: 20
Total pull requests: 28
Average time to close issues: 5 months
Average time to close pull requests: 9 days
Total issue authors: 20
Total pull request authors: 14
Average comments per issue: 1.35
Average comments per pull request: 1.46
Merged pull request: 20
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: 13 minutes
Past year issue authors: 2
Past year pull request authors: 2
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.5
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/wk8/go-ordered-map

Top Issue Authors

  • SVilgelm (1)
  • dxps (1)
  • TristanSpeakEasy (1)
  • cheesycod (1)
  • SahilBheke25 (1)
  • dtseiler (1)
  • yongjichen (1)
  • palevi67 (1)
  • eleztian (1)
  • llxisdsh (1)
  • GeraldXv (1)
  • sujiahong (1)
  • adroslice (1)
  • justincpresley (1)
  • derelbenkoenig (1)

Top Pull Request Authors

  • wk8 (6)
  • fenollp (5)
  • SVilgelm (2)
  • alexandear (2)
  • TristanSpeakEasy (2)
  • xiegeo (2)
  • justincpresley (2)
  • Albert221 (1)
  • anacrolix (1)
  • rkettelerij (1)
  • KusakabeShi (1)
  • WilliamFrei (1)
  • hesining (1)
  • people92 (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/wk8/go-ordered-map

Package orderedmap implements an ordered map, i.e.

  • Homepage: https://github.com/wk8/go-ordered-map
  • Documentation: https://pkg.go.dev/github.com/wk8/go-ordered-map#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.0.0 (published over 4 years ago)
  • Last Synced: 2026-08-11T23:31:37.642Z (1 day ago)
  • Versions: 3
  • Dependent Packages: 77
  • Dependent Repositories: 300
  • Docker Downloads: 4,813,120,527
  • Rankings:
    • Docker downloads count: 0.056%
    • Dependent repos count: 0.385%
    • Dependent packages count: 0.534%
    • Average: 1.733%
    • Stargazers count: 3.23%
    • Forks count: 4.461%
proxy.golang.org: github.com/wk8/go-ordered-map/v2

Package orderedmap implements an ordered map, i.e.

  • Homepage: https://github.com/wk8/go-ordered-map
  • Documentation: https://pkg.go.dev/github.com/wk8/go-ordered-map/v2#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v2.1.8 (published about 3 years ago)
  • Last Synced: 2026-08-11T23:31:41.458Z (1 day ago)
  • Versions: 10
  • Dependent Packages: 138
  • Dependent Repositories: 15
  • Docker Downloads: 52,101,064
  • Rankings:
    • Docker downloads count: 0.369%
    • Dependent packages count: 1.051%
    • Dependent repos count: 1.465%
    • Average: 2.052%
    • Stargazers count: 3.113%
    • Forks count: 4.261%
debian-13: golang-github-wk8-go-ordered-map

  • Homepage: https://github.com/wk8/go-ordered-map
  • Documentation: https://packages.debian.org/trixie/golang-github-wk8-go-ordered-map
  • Licenses: apache-2.0
  • Latest release: 2.1.8-2 (published 6 months ago)
  • Last Synced: 2026-03-13T20:09:12.476Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
guix: go-github-com-wk8-go-ordered-map-v2

Golang Ordered Maps


Dependencies

go.mod go
  • github.com/bahlo/generic-list-go v0.2.0
  • github.com/davecgh/go-spew v1.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.6.1
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go.sum go
  • github.com/bahlo/generic-list-go v0.2.0
  • github.com/davecgh/go-spew v1.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.6.1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c