Skip to content

JSON codec performance and exponent fix#1270

Merged
mtdowling merged 4 commits into
mainfrom
peel/json-codec
Jun 25, 2026
Merged

JSON codec performance and exponent fix#1270
mtdowling merged 4 commits into
mainfrom
peel/json-codec

Conversation

@mtdowling

Copy link
Copy Markdown
Member

What behavior changes?

Describe the observable difference in behavior before and after this change.

Backport performance and correctness optimizations.

  • Timestamp parsing with scientific notation had a subtle issue
  • Short-string dedup
  • Packed-name member lookup

Why is this change needed?

Explain the motivation: bug, feature request, refactor, performance, etc.

Correctness and performance

How was this validated?

List tests added, benchmarks run, or manual verification performed.

new tests

What should reviewers focus on?

Point reviewers to the files or sections that contain the interesting logic.

Additional Links

Related issues, design docs, or prior art.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mtdowling mtdowling changed the title Peel/json codec JSON codec performance and exponent fix Jun 25, 2026
@mtdowling mtdowling enabled auto-merge (rebase) June 25, 2026 15:13
@mtdowling mtdowling disabled auto-merge June 25, 2026 16:52
@mtdowling mtdowling merged commit 74552cb into main Jun 25, 2026
5 checks passed
@mtdowling mtdowling deleted the peel/json-codec branch June 25, 2026 16:52
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.

3 participants