-
Notifications
You must be signed in to change notification settings - Fork 6
Revamp of Slinc #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…' into 'major' Resolve "Upgrade scala, clean up backwards compatibility hacks." See merge request mhammons/slinc!36
Supports almost all functionalities of the original slinc while outperforming it in a number of benchmarks.
In this commit I added the Receive trait for receiving data from native, as well as MethodIn, which will be used for sending data into a Method. I've also removed the FFI2 implementations for cleanup, and will begin removing FFI soon. Finally, FFI3 will be renamed to FFI thanks to its ease of implementation compared to previous versions, as well as performance gains.
Also optimizes performance some.
Changed the publishing organization to fr.hammons, the license to AGPLv3 + LGPLv3.
Jacoco tries to do whole source code coverage, while only portions of the source can have code coverage run at a time thanks to the multi-jvm setup of this repository.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch has far exceeded its original scope. It was originally meant to create versions of Slinc that ran on java 17, 18, and 19. This branch implements Slinc for java 17 and 19, and has nearly the original featureset while being significantly improved in performance and useability.