We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we pull in source code for performant queue implementations (such as here #2963 and here https://github.com/ReactiveX/RxJava/tree/1.x/src/main/java/rx/internal/util/unsafe).
I'd like to explore whether we can put a shaded dependency on things like JCTools (https://github.com/JCTools/JCTools) and Agrona (https://github.com/real-logic/Agrona) along with specific paths to classes we are interested in so we can:
The text was updated successfully, but these errors were encountered:
Looks Agrona requires JDK8
Agrona
Sorry, something went wrong.
Ah yes you're right, only for v2 for Agrona then.
I like JCTools but I also like customizing it for RxJava's needs (i.e., inlining or dropping certain parts of it).
is this not a duplicate of #1735 ?
Closing as a duplicate of #1735 (the discussion is much longer there anyway).
No branches or pull requests
Right now we pull in source code for performant queue implementations (such as here #2963 and here https://github.com/ReactiveX/RxJava/tree/1.x/src/main/java/rx/internal/util/unsafe).
I'd like to explore whether we can put a shaded dependency on things like JCTools (https://github.com/JCTools/JCTools) and Agrona (https://github.com/real-logic/Agrona) along with specific paths to classes we are interested in so we can:
The text was updated successfully, but these errors were encountered: