Skip to content

Enum typed buffer and documentation improvements.#90

Merged
krisnye merged 3 commits intomainfrom
cursor/enum-typed-buffer
Apr 14, 2026
Merged

Enum typed buffer and documentation improvements.#90
krisnye merged 3 commits intomainfrom
cursor/enum-typed-buffer

Conversation

@krisnye
Copy link
Copy Markdown
Collaborator

@krisnye krisnye commented Apr 14, 2026

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

krisnye added 3 commits April 13, 2026 16:45
Add a new "enum" typed buffer type that stores enumerated values
efficiently as Uint8Array indices instead of full JS values. Includes
backward-compatible deserialization of legacy array-serialized enum
buffers.

Fix the ECS performance test link by updating the GitHub Pages deploy
workflow to include dist/ in docs/ and restoring the README link.

Made-with: Cursor
The old script ran `pnpm version patch` independently in each package,
so packages could drift out of sync. Now it bumps the root, captures
that version, and sets every child to the same value.

Made-with: Cursor
@krisnye krisnye merged commit 953149d into main Apr 14, 2026
2 checks passed
@krisnye krisnye deleted the cursor/enum-typed-buffer branch April 14, 2026 22:22
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