{"id":26154655,"url":"https://github.com/patrickdoc/hash-graph","last_synced_at":"2025-09-06T01:34:45.079Z","repository":{"id":186593037,"uuid":"115486617","full_name":"patrickdoc/hash-graph","owner":"patrickdoc","description":"A hashing-based graph implementation in Haskell","archived":false,"fork":false,"pushed_at":"2018-07-02T03:51:03.000Z","size":94,"stargazers_count":33,"open_issues_count":6,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T21:02:49.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patrickdoc.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-12-27T05:53:36.000Z","updated_at":"2024-07-10T17:37:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ef7d6ff-19f2-42a3-957a-8649cb6cd6b0","html_url":"https://github.com/patrickdoc/hash-graph","commit_stats":null,"previous_names":["patrickdoc/hash-graph"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickdoc%2Fhash-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickdoc%2Fhash-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickdoc%2Fhash-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickdoc%2Fhash-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickdoc","download_url":"https://codeload.github.com/patrickdoc/hash-graph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837181,"owners_count":21169379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-11T08:32:52.902Z","updated_at":"2025-04-14T07:21:38.276Z","avatar_url":"https://github.com/patrickdoc.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build\nStatus](https://travis-ci.org/patrickdoc/hash-graph.svg?branch=master)](https://travis-ci.org/patrickdoc/hash-graph)\n\nA Hashing-based Graph Library\n=============================\n\nThis library provides a hashing-based graph implementation in Haskell.\n\nI aim to maintain high-quality tests and documentation, high performance,\nand a reasonably low memory profile. If any of those seem to be lacking, let me\nknow. See the\n[benchmarks](https://github.com/patrickdoc/hash-graph/blob/master/benchmarks/benchmarks.md)\nfor performance data.\n\nThis library was originally intended to be a more current implementation of\nthe Functional Graph Library (FGL):\n[Hackage](https://hackage.haskell.org/package/fgl),\n[GitHub](https://github.com/haskell/fgl),\n[Original Site](http://web.engr.oregonstate.edu/~erwig/fgl/haskell/).\nHowever, I made changes to bring the api closer to other container libraries\nand to be more consistent in input and output types.\n\nExamples\n--------\n\nI've included some example code in the folder `examples`. These demonstrate some\nof the practicals of building and using graphs. With `cabal \u003e= 1.24` you should\nbe able to:\n\n    cabal new-build examples\n\nand then run them from with `dist-newstyle`. I find it easiest to just copy the\nlocation from the final line of building that says something like:\n\n    Linking /PATH/TO/EXE ...\n\nSource Navigation\n-----------------\n\nThe main module is `Data.HashGraph.Strict`. This defines most of the\nfunctionality at the moment. I'm working on adding common graph algorithms to\n`Data.HashGraph.Algorithms`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickdoc%2Fhash-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickdoc%2Fhash-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickdoc%2Fhash-graph/lists"}