https://github.com/mixphix/deep-map
Deeply nested, multiple key-type maps.
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
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
Metadata Files
README.md
deep-map
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
- Repositories: 27
- Profile: https://github.com/mixphix
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 | Commits | |
|---|---|---|
| Melanie Brown | b****m@p****e | 12 |
| Melanie Brown | 1****r@u****m | 1 |
Committer Domains (Top 20 + Academic)
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
- Homepage: https://github.com/mixphix/deep-map
- License: BSD-3-Clause
-
Latest release: 0.3.2
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- 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
- actions/cache v2 composite
- actions/checkout v2 composite