Skip to content

[pull] main from VirusTotal:main#219

Merged
pull[bot] merged 1 commit into
threatcode:mainfrom
VirusTotal:main
May 14, 2026
Merged

[pull] main from VirusTotal:main#219
pull[bot] merged 1 commit into
threatcode:mainfrom
VirusTotal:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 14, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Update `Dex` and related structures to leverage `std::borrow::Cow` instead of `Rc` for string items.

This change improves memory efficiency and reduces allocations during DEX file parsing. By using `Cow`, string data can be borrowed directly from the input buffer when possible, avoiding unnecessary heap allocations and `Rc` overhead for strings that don't require ownership.
@pull pull Bot locked and limited conversation to collaborators May 14, 2026
@pull pull Bot added the ⤵️ pull label May 14, 2026
@pull pull Bot merged commit d992139 into threatcode:main May 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant