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

Supporting hash join and other relational algorithms? #9

Open
erickt opened this issue Apr 15, 2015 · 1 comment
Open

Supporting hash join and other relational algorithms? #9

erickt opened this issue Apr 15, 2015 · 1 comment

Comments

@erickt
Copy link

erickt commented Apr 15, 2015

I was toying around yesterday with hash join on iterators, which seems like it could fit in well with a library like this, but it doesn't require "ordered" iterators. Would it make sense to land it here (and possibly rename this to relational_iter), or to create a separate unordered_iter crate for these other algorithms?

@regexident
Copy link
Contributor

Another possible alternative would be to dissolve ordered_iter and your proposed "hash join" altogether into rust-itertools, the mothership of all iter crates (which in turn might probably even be a good candidate for joining /contains-rs/).

Thinking out loud here…

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