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

performance over alternatives? #12

Open
ibigbug opened this issue Oct 31, 2024 · 1 comment
Open

performance over alternatives? #12

ibigbug opened this issue Oct 31, 2024 · 1 comment

Comments

@ibigbug
Copy link

ibigbug commented Oct 31, 2024

I saw there's a go version of same idea https://github.com/openacid/succinct

which has some kind of "index" to speed up the read and they have some numbers in terms of perf.

maybe this lib can have something similar too?

@johnhurt
Copy link
Collaborator

I think that's a good idea. I included the results in the nodes to avoid lookups, but it might be worth it to use an index to make the stored graph smaller. gperf does that too.

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