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

optimizeVertexCacheTable: redundant connection count buffer #638

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

sciecode
Copy link
Contributor

@sciecode sciecode commented Dec 6, 2023

Auxiliary buffer live_triangles isn't required for optimizeVertexCacheTable variation.
As adjacency list counts is also decreased when necessary, and can be correctly used in every required instance.

Signed-off-by: Guilherme Avila <3927951+sciecode@users.noreply.github.com>
Signed-off-by: Guilherme Avila <3927951+sciecode@users.noreply.github.com>
@sciecode sciecode changed the title optimizeVertexCacheTable: redudant connection count buffer optimizeVertexCacheTable: redundant connection count buffer Dec 6, 2023
@zeux zeux merged commit 2c24381 into zeux:master Dec 7, 2023
12 checks passed
@zeux
Copy link
Owner

zeux commented Dec 7, 2023

Thanks!

@sciecode sciecode deleted the cache-table-patch branch December 7, 2023 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants