Skip to content

Feat: Add experimental packed representation#123

Merged
mxsm merged 9 commits into
mainfrom
codex/pr-010-experimental-packed-repr
Jun 20, 2026
Merged

Feat: Add experimental packed representation#123
mxsm merged 9 commits into
mainfrom
codex/pr-010-experimental-packed-repr

Conversation

@mxsm

@mxsm mxsm commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Implements the experimental packed representation stage.

Scope:

  • Adds experimental-packed feature.
  • Adds a gated 24-byte packed::PackedCheetahString prototype.
  • Adds packed layout/drop/clone/push tests.
  • Adds unsafe proof checklist and cargo-fuzz targets.
  • Does not wire packed representation into stable CheetahString.

Verification completed locally:

  • cargo test --features experimental-packed
  • cargo clippy --features experimental-packed -- -D warnings
  • cargo check --manifest-path fuzz/Cargo.toml --bins
  • final full verification matrix on integration branch

Closes #115.

Copilot AI review requested due to automatic review settings June 20, 2026 02:23
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@mxsm, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 52 minutes and 52 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 532d18f7-9acc-432e-beb4-d1ed789ed517

📥 Commits

Reviewing files that changed from the base of the PR and between 21aa0bf and 5a7abe0.

⛔ Files ignored due to path filters (1)
  • fuzz/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (31)
  • .github/workflows/ci.yaml
  • .github/workflows/release.yml
  • Cargo.toml
  • README.md
  • bench-results/README.md
  • benches/comprehensive.rs
  • benches/layout.rs
  • benches/mq_properties.rs
  • benches/mq_remoting_header.rs
  • benches/mq_topic.rs
  • benches/mutation.rs
  • benches/pattern.rs
  • fuzz/Cargo.toml
  • fuzz/fuzz_targets/packed_from_bytes.rs
  • fuzz/fuzz_targets/packed_push_str.rs
  • scripts/bench-all.ps1
  • scripts/bench-all.sh
  • src/bytes.rs
  • src/cheetah_string.rs
  • src/lib.rs
  • src/packed.rs
  • src/search.rs
  • src/serde.rs
  • src/simd.rs
  • src/unsafe_proof.md
  • tests/basic.rs
  • tests/bytes.rs
  • tests/layout_snapshot.rs
  • tests/mutation.rs
  • tests/packed.rs
  • tests/search.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/pr-010-experimental-packed-repr

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mxsm mxsm force-pushed the codex/pr-010-experimental-packed-repr branch from 44eb27e to 5a7abe0 Compare June 20, 2026 02:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@mxsm mxsm merged commit b4c49bb into main Jun 20, 2026
7 checks passed
@mxsm mxsm deleted the codex/pr-010-experimental-packed-repr branch June 20, 2026 08:40
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.

Feat: Add experimental packed representation feature gate

2 participants