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

Call 3d static filters from NewKernel_d #8026

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

mglisse
Copy link
Member

@mglisse mglisse commented Feb 10, 2024

Summary of Changes

NewKernel_d already had wrappers so it could call some 2d static filters. I blindly copy-pasted so it could also handle 3d.
IIRC, those static filters were just a proof of concept and could do with more work (I don't think they are used by Epeck_d for instance), but I don't have a lot of time for it, and this simple patch (minimal effort) immediately gave a nice speed-up when building a Delaunay triangulation with Epick_d<Dimension_tag<3>> (enough that it isn't worth having a special case for 3d using Delaunay_triangulation_3 in my application). I might add the weighted versions in another PR later...

The main issue with all those filters is that it isn't clear if the testsuite really tests all the layers, but for now it should be ok since Epeck_d does not use static filters.

Release Management

  • Affected package(s): NewKernel_d
  • License and copyright ownership: unchanged

@MaelRL MaelRL added this to the 6.0-beta milestone Feb 15, 2024
@sloriot sloriot added Batch_1 First Batch of PRs under testing and removed Under Testing labels Feb 15, 2024
@sloriot
Copy link
Member

sloriot commented Feb 16, 2024

Successfully tested in CGA-6.0-Ic-173

@sloriot sloriot added Tested Enhancement and removed Ready to be tested Batch_1 First Batch of PRs under testing labels Feb 16, 2024
@lrineau lrineau self-assigned this Feb 16, 2024
@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 16, 2024
@lrineau lrineau merged commit ef1cb00 into CGAL:master Feb 16, 2024
8 checks passed
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 16, 2024
@lrineau lrineau deleted the NewKernel_d-static_filters_3-glisse branch February 16, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants