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

Change in Executor API #2391

Merged
merged 1 commit into from
May 10, 2024
Merged

Change in Executor API #2391

merged 1 commit into from
May 10, 2024

Conversation

fulmicoton
Copy link
Collaborator

No description provided.

@fulmicoton fulmicoton force-pushed the expose-rayon branch 2 times, most recently from fd1b2bc to acd7e33 Compare May 10, 2024 05:59
src/lib.rs Outdated
@@ -166,7 +166,7 @@ mod future_result;

// Re-exports
pub use common::DateTime;
pub use {columnar, query_grammar, time};
pub use {columnar, query_grammar, rayon, time};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It did not miss anything, we actually only need to expose rayon_core because we only use ThreadPool in our public API and not ParallelIterator et al. rayon_core is supposedly much more stable exactly to make it easier to share with other crates in the dependency tree.

@fulmicoton fulmicoton force-pushed the expose-rayon branch 4 times, most recently from 90ab564 to 9737b5f Compare May 10, 2024 07:13
@fulmicoton fulmicoton marked this pull request as draft May 10, 2024 07:36
@fulmicoton fulmicoton changed the title Exposing rayon Change in Executor API May 10, 2024
@fulmicoton fulmicoton force-pushed the expose-rayon branch 2 times, most recently from 5455dfd to 9b7b9e4 Compare May 10, 2024 08:11
@fulmicoton fulmicoton marked this pull request as ready for review May 10, 2024 08:12
Warning, this change is mildly not backward compatible
so I bumped tantivy's version.
@fulmicoton fulmicoton merged commit 6181c1e into main May 10, 2024
4 checks passed
@fulmicoton fulmicoton deleted the expose-rayon branch May 10, 2024 08:19
philippemnoel pushed a commit to paradedb/tantivy that referenced this pull request Aug 31, 2024
Warning, this change is mildly not backward compatible
so I bumped tantivy's version.
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.

2 participants