Skip to content

docs(changelog): appstate scan-dedup refactor (whatsapp-rust#865) - #330

Closed
jlucaso1 wants to merge 2 commits into
mainfrom
claude/eager-cerf-q1cwei
Closed

jlucaso1 wants to merge 2 commits into
mainfrom
claude/eager-cerf-q1cwei

Conversation

@jlucaso1

@jlucaso1 jlucaso1 commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a changelog entry for whatsapp-rust#865, which replaced HashSet<&[u8]> with Vec<&[u8]> linear scan for index_mac dedup in two spots in the appstate patch path.

  • New file: changelog/2026-06-14-appstate-scan-dedup.mdx
  • Updated docs.json to register it at the top of the Changelog tab

Why document it

Although purely internal (no API or behavior changes), the project tracks binary size improvements in the changelog — and this refactor drops wacore_appstate .text by −1.1 KiB (−3.03%) by eliminating the monomorphized HashSet/SipHash machinery. It follows the same rationale documented for collect_unique_index_macs in #856.

Test plan

  • Changelog renders correctly in Mintlify preview
  • docs.json entry matches the new filename exactly
  • No broken links (PR link points to the merged whatsapp-rust PR)

https://claude.ai/code/session_015k6rnJKadcTFdVwEYxESt8


Generated by Claude Code


Summary by cubic

Add a changelog entry documenting the appstate index_mac dedup refactor from PR #865, replacing HashSet<&[u8]> with Vec<&[u8]> linear scans in two patch-path spots and reducing wacore_appstate .text by −1.1 KiB (−3.03%) with no behavior change. Register the page in docs.json and correct a minor capitalization typo in the entry.

Written for commit eb46974. Summary will update on new commits.

Review in cubic

wacore/whatsapp-rust#865 replaced HashSet with Vec linear scan for
index_mac dedup in the appstate patch path, reducing wacore_appstate
.text by -1.1 KiB (-3.03%) with no behavior change.

https://claude.ai/code/session_015k6rnJKadcTFdVwEYxESt8
@mintlify

mintlify Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
whatsapp-rust 🟢 Ready View Preview Jun 14, 2026, 3:45 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

More reviews will be available in 22 minutes and 41 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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 45ee7511-c889-4403-8bae-0e5b908826d1

📥 Commits

Reviewing files that changed from the base of the PR and between a35417b and eb46974.

📒 Files selected for processing (2)
  • changelog/2026-06-14-appstate-scan-dedup.mdx
  • docs.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/eager-cerf-q1cwei

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.

@cubic-dev-ai cubic-dev-ai Bot 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.

1 issue found across 2 files

Reply with feedback, questions, or to request a fix.

Fix all with cubic | Re-trigger cubic

Comment thread changelog/2026-06-14-appstate-scan-dedup.mdx Outdated
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.

2 participants