Open
Conversation
This precomputes all lookup tables at compile time, so there's no runtime performance hit anymore at all. As a side effect, this also means the library is now entirely `no_std` compatible.
Improve rust speed
EndrII
commented
Nov 12, 2025
|
Based on your CMake port, I made some changes abstracting implementation info away from every include on the library, isolating it on the application cmakefile, altough not isolating it completely given the implementations differences. I'm not sure if that approach is indubitably superior, but you can take a look at it here. |
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
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.
See: #28
Note: Merge After #29
Description of Changes:
BackEnd Implementation Selection:
The BackEnd implementation can be chosen using the following CMake options:
By default, only the Rust implementation is enabled.