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

feat: add Generalized Hash Trie indexes #1502

Closed
wants to merge 6 commits into from
Closed

Conversation

jhellerstein
Copy link
Contributor

Generalized Hash Tries are part of the SIGMOD '23 FreeJoin paper by Wang/Willsey/Suciu. They provide a compressed ("factorized") representation of relations. By operating in the factorized domain, join algorithms can defer cross-products and achieve asymptotically optimal performance.

MingweiSamuel and others added 6 commits October 2, 2024 13:55
…on (#1476)

`cargo bench -p benches --bench words_diamond`

```
hydroflow_diamond
                        time:   [72.142 ms 72.831 ms 73.535 ms]
hydroflo2_diamond_forloop
                        time:   [49.023 ms 49.128 ms 49.291 ms]
hydroflo2_diamond_iter_clone_chain
                        time:   [60.333 ms 60.675 ms 61.171 ms]
hydroflo2_diamond_iter_clone_interleave
                        time:   [67.000 ms 67.275 ms 67.613 ms]
hydroflo2_diamond_iter_buffer_chain
                        time:   [62.588 ms 63.017 ms 63.621 ms]
hydroflo2_diamond_iter_tee_chain
                        time:   [59.979 ms 60.390 ms 60.894 ms]
hydroflo2_diamond_iter_tee_interleave
                        time:   [62.646 ms 62.937 ms 63.242 ms]
hydroflo2_diamond_iter_buffer_one
                        time:   [58.574 ms 58.916 ms 59.327 ms]
```


![image](https://github.com/user-attachments/assets/20367b2e-728a-4e1c-99cf-a4d65a7228f8)
Instead of `u32`s everywhere, we now have a `ClusterId<C>` type that
ensures that cluster IDs are not misused.
The latest Rust Sitter drops the dependency on `tree-sitter-cli`, which
eliminates many transitive dependencies.
Copy link

cloudflare-workers-and-pages bot commented Oct 22, 2024

Deploying hydroflow with  Cloudflare Pages  Cloudflare Pages

Latest commit: e564b13
Status: ✅  Deploy successful!
Preview URL: https://cf151718.hydroflow.pages.dev

View logs

@MingweiSamuel
Copy link
Member

branch got broken

@MingweiSamuel MingweiSamuel removed their request for review October 22, 2024 19:25
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

Successfully merging this pull request may close these issues.

4 participants