Improve voxel performance #10

Closed
opened 2025-06-10 02:28:22 +00:00 by elias · 0 comments
Owner

Originally created by @eliasstepanik on 6/9/2025

Summary

  • reduce repeated queries in update_chunk_lods
  • preallocate buffers and avoid heap allocation during greedy meshing

Testing

  • cargo fmt --all
  • cargo check (failed: execution interrupted due to timeouts)

https://chatgpt.com/codex/tasks/task_e_68469aabdfe083269f3d08e7feab9387

*Originally created by @eliasstepanik on 6/9/2025* ## Summary - reduce repeated queries in `update_chunk_lods` - preallocate buffers and avoid heap allocation during greedy meshing ## Testing - `cargo fmt --all` - `cargo check` *(failed: execution interrupted due to timeouts)* ------ https://chatgpt.com/codex/tasks/task_e_68469aabdfe083269f3d08e7feab9387
elias closed this issue 2025-06-10 02:28:22 +00:00
elias added the
codex
codex
codex
codex
codex
codex
codex
codex
labels 2025-06-10 02:28:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elias/voxel-simulation#10
No description provided.