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

Improve CairoMakie's 2D mesh performance #4132

Merged
merged 10 commits into from
Oct 22, 2024
Merged

Improve CairoMakie's 2D mesh performance #4132

merged 10 commits into from
Oct 22, 2024

Commits on Aug 10, 2024

  1. Remove splats in draw_mesh2d inner loop

    This also restores parity in the loop body with `draw_mesh3d`.
    asinghvi17 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    269d638 View commit details
    Browse the repository at this point in the history
  2. Squash point type instability in project_position

    This shaves ~20% runtime from mesh2d
    asinghvi17 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    511555c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56bd7aa View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    b9c2756 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    24f92ed View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    asinghvi17 authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    db4fe09 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    952ad87 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    5e9f839 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    60e5fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c9297 View commit details
    Browse the repository at this point in the history