https://github.com/darsnack/pearsonhash.jl
A Julia package for implementing Pearson hash functions
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Repository
A Julia package for implementing Pearson hash functions
Basic Info
- Host: GitHub
- Owner: darsnack
- License: mit
- Language: Julia
- Default Branch: master
- Size: 9.77 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
PearsonHash
This package provides utility functions for Pearson hashing. You can use the standard 8-bit hash function:
julia
julia> hash8("Test")
77
Or use hashn to get multiple of 8 bits (i.e. (8*n)-bit hash) where n is based on the return type specified):
julia
julia> hashn(UInt16, "Test")
0x424d
Note that hashn converts the data passed in using Vector{UInt8}(data). This will result in extra allocations if data is mutable.
Documentation
For this simple package, just use the REPL:
julia
julia> ?hash8
julia> ?hashn!
julia> ?hashn
Owner
- Name: Kyle Daruwalla
- Login: darsnack
- Kind: user
- Location: Cold Spring Harbor Lab, NY
- Website: darsnack.github.io
- Repositories: 67
- Profile: https://github.com/darsnack
NeuroAI scholar at CSHL
GitHub Events
Total
Last Year
Committers
Last synced: about 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 | |
|---|---|---|
| Kyle Daruwalla | d****a@w****u | 12 |
| Julia TagBot | 5****t@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: less than a minute
- Average time to close pull requests: about 7 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
- JuliaTagBot (1)
Pull Request Authors
- JuliaTagBot (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
juliahub.com: PearsonHash
A Julia package for implementing Pearson hash functions
- Documentation: https://docs.juliahub.com/General/PearsonHash/stable/
- License: MIT
-
Latest release: 0.2.0
published over 3 years ago