Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

persistent-vector based implementation #71

Open
matthewleon opened this issue Dec 25, 2017 · 1 comment
Open

persistent-vector based implementation #71

matthewleon opened this issue Dec 25, 2017 · 1 comment

Comments

@matthewleon
Copy link

The original paper discusses an inductive Graph implementation based on "version tree" based arrays. I believe this was implemented in ML. Has there been any attempt to compare the performance of such an implementation in Haskell, perhaps using a library like this one? https://hackage.haskell.org/package/persistent-vector

@ivan-m
Copy link
Contributor

ivan-m commented Dec 26, 2017

There isn't really much of a comparison-oriented benchmark at this time.

Whilst something along the lines of a persistent-vector based implementation would be appreciated, it would probably be better to have it as a separate package (as FGL is part of the Haskell Platform we can't easily add new dependencies).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants