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

feat(core): experimental runtime/dynamic model interpreter 🚧🚧 #5935

Closed
wants to merge 4 commits into from

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Mar 22, 2024

Issue

smithy-lang/smithy-typescript#1221

Description

Prototyping serde alternative that accepts a Smithy json model at runtime.

Goals:

  • performance and code size parity or improvement vs. current code gen serde
  • allow runtime provision of models such as a regular Smithy JSON model file or compressed form

Context

  observedProtocols: {
    awsJson1_1: 106,
    restJson1: 220,
    awsJson1_0: 31,
    awsQuery: 16,
    restXml: 4,
    ec2Query: 1
  }

@kuhe kuhe force-pushed the experiment/serde branch from 6954239 to 8e6545c Compare May 2, 2024 17:14
@kuhe kuhe closed this Jun 14, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 29, 2024
@kuhe kuhe changed the title feat(core): experimental runtime model interpreter 🚧🚧 feat(core): experimental runtime/dynamic model interpreter 🚧🚧 Oct 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant