Skip to content

Conversation

@jayshah1819
Copy link

@jayshah1819 jayshah1819 commented Oct 30, 2025

Changes Made

  • Implemented payload buffer handling for key-value pair sorting
  • Added validation for sorted pairs(causing issues)
  • Fixed WGSL shader compilation errors( In WGSL, let creates immutable bindings.)

Validation Memory Limitation

Issue:
Validation fails for large arrays (>2^26 elements) due to memory constraints when creating combined {key, value} objects.

Testing

  • Tested(2^25) - Array.from approach
  • Tested(2^27) - index based approach
  • Screenshot 2025-10-29 at 7 30 05 PM

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.

1 participant