https://github.com/mixphix/deep-map

Deeply nested, multiple key-type maps.

https://github.com/mixphix/deep-map

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Deeply nested, multiple key-type maps.

Basic Info
  • Host: GitHub
  • Owner: mixphix
  • License: bsd-3-clause
  • Language: Haskell
  • Default Branch: main
  • Size: 54.7 KB
Statistics
  • Stars: 10
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

deep-map

ci Hackage license

A DeepMap is a map that has several layers of keys.

hs type DeepMap :: [Type] -> Type -> Type data DeepMap ks v where Core :: v -> DeepMap '[] v Wrap :: Map k (DeepMap ks v) -> DeepMap (k ': ks) v

For a given (k ': ks) :: [Type], the type DeepMap (k ': ks) v is isomorphic to lists of the form [(k, k0, .., kn, v)] where ks = '[k0, ..., kn], but with better performance.

Owner

  • Name: mixphix
  • Login: mixphix
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 13
  • Total Committers: 2
  • Avg Commits per committer: 6.5
  • Development Distribution Score (DDS): 0.077
Top Committers
Name Email Commits
Melanie Brown b****m@p****e 12
Melanie Brown 1****r@u****m 1
Committer Domains (Top 20 + Academic)
pm.me: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 months
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • mixphix (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • hackage 452 total
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 7
  • Total maintainers: 1
hackage.haskell.org: deep-map

Please see the README at https://github.com/mixphix/deep-map

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 452 Total
Rankings
Dependent packages count: 19.3%
Stargazers count: 29.1%
Dependent repos count: 36.7%
Forks count: 37.0%
Average: 43.0%
Downloads: 92.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

deep-map.cabal hackage
  • base >=4.11 && <5
  • containers >=0.5.11 && <0.7
  • indexed-traversable >=0.1.2 && <0.2
  • base * test
  • containers * test
  • deep-map * test
  • hedgehog * test
  • text * test
  • time * test
  • time-compat * test
.github/workflows/ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite