Feat: Unified Platform#260
Draft
Siel wants to merge 26 commits into
Draft
Conversation
…vious version the parametric algorithms were not actually supported on the same lelevel as the non-parametric ones. I redesigned the crate with solving this issue in mind. The structs are much clearer now, the dispach is smarter. On the negative side some elements might be overcomplicated as I am not 100% sure on how much flexibility some aspects will need, the current API might seem over-flexible. Will be improved over time
Contributor
|
| Branch | feature/unified-platform-m1 |
| Testbed | mhovd-pgx |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result milliseconds (ms) (Result Δ%) | Upper Boundary milliseconds (ms) (Limit %) |
|---|---|---|---|
| bimodal_ke_npag | 📈 view plot 🚷 view threshold | 4,868.30 ms(-0.55%)Baseline: 4,895.25 ms | 5,086.30 ms (95.71%) |
| bimodal_ke_npod | 📈 view plot 🚷 view threshold | 1,338.30 ms(-7.39%)Baseline: 1,445.12 ms | 1,727.29 ms (77.48%) |
| bimodal_ke_postprob | 📈 view plot 🚷 view threshold | 450.45 ms(+13.63%)Baseline: 396.40 ms | 576.26 ms (78.17%) |
mhovd
reviewed
Mar 27, 2026
Collaborator
There was a problem hiding this comment.
These probably don't need to be tracked by git
mhovd
reviewed
Mar 27, 2026
Collaborator
There was a problem hiding this comment.
Same as before, can skip tracking
5a2175d to
60d74c8
Compare
This was referenced Apr 2, 2026
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.
The objective of this PR is to bring Parametric algorithms on par with non-parametric ones. The dispatch methodology was totally rewritten, most of the files were moved and more tests were added.
This is a WIP, and I am open to comments.
Look a the examples to have an idea of the proposed API.