Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vsg-dev/vsgExamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vsg-dev/vsgExamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: terrain-height-example
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    626078a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ae0ce View commit details
    Browse the repository at this point in the history
  3. Use new header name

    AnyOldName3 committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    2dea9f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16bb15a View commit details
    Browse the repository at this point in the history
  5. Add options to improve cache hit rate

    --qs sorts queries in one axis, and --qb bins queries in another axis.
    As they operate in different axes, they can be used in conjunction, and for large datasets with many queries, this gives the best throughput.
    
    With the simple implementations here, these optimisations don't necessarily pay for themselves - they take time to apply, and don't necessarily save a larger amount of time.
    An application that has an alternative way to get a similar effect, e.g. splitting the simulation world into cells, and processing all entities within a cell before moving onto the next cell, may not have to pay the same costs to get the same benefit.
    AnyOldName3 committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d9eb238 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    856f10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65abca5 View commit details
    Browse the repository at this point in the history
Loading