https://github.com/twesterhout/halide-haskell
Haskell bindings to Halide
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.8%) to scientific vocabulary
Keywords
Repository
Haskell bindings to Halide
Basic Info
Statistics
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 4
- Releases: 1
Topics
Metadata Files
README.md
test-readme/README.lhs
Owner
- Name: Tom Westerhout
- Login: twesterhout
- Kind: user
- Company: Radboud University
- Repositories: 12
- Profile: https://github.com/twesterhout
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 133
- Total Committers: 2
- Avg Commits per committer: 66.5
- Development Distribution Score (DDS): 0.023
Top Committers
| Name | Commits | |
|---|---|---|
| Tom Westerhout | 1****t@u****m | 130 |
| Alexei Drake | a****e@t****o | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: about 2 hours
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.33
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- chrismwendt (1)
- dpwiz (1)
- liamzee (1)
- npatsakula (1)
Pull Request Authors
- AlexeiDrake (2)
- jul1u5 (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- hackage 320 total
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 4
- Total maintainers: 1
hackage.haskell.org: halide-arrayfire
This package provides instances of Language.Halide.IsHalideBuffer for arrays from the arrayfire library.
- Homepage: https://github.com/twesterhout/halide-haskell
- License: BSD-3-Clause
-
Latest release: 0.0.2.0
published almost 3 years ago
Rankings
Maintainers (1)
hackage.haskell.org: halide-JuicyPixels
This package provides instances of Language.Halide.IsHalideBuffer for image types from the JuicyPixels library.
- Homepage: https://github.com/twesterhout/halide-haskell
- License: BSD-3-Clause
-
Latest release: 0.0.2.1
published almost 3 years ago
Rankings
Maintainers (1)
hackage.haskell.org: halide-haskell
Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process. . This package provides Haskell bindings that allow to write Halide embedded in Haskell without C++. . The best way to learn Halide is to have a look at the tutorials. Reference documentation is provided by the haddocks of the Language.Halide module.
- Homepage: https://github.com/twesterhout/halide-haskell
- License: BSD-3-Clause
-
Latest release: 0.0.2.0
published almost 3 years ago