Skip to content

Reuse RandomStringGenerator instead of allocating one per call - #100

Merged
rustyrazorblade merged 1 commit into
apache:mainfrom
rustyrazorblade:issue-99-reduce-hot-path-allocations
Aug 11, 2026
Merged

Reuse RandomStringGenerator instead of allocating one per call#100
rustyrazorblade merged 1 commit into
apache:mainfrom
rustyrazorblade:issue-99-reduce-hot-path-allocations

Conversation

@rustyrazorblade

Copy link
Copy Markdown
Contributor

Fixes #99

@rustyrazorblade
rustyrazorblade force-pushed the issue-99-reduce-hot-path-allocations branch from ecf4466 to 7af1f06 Compare August 11, 2026 18:13
@rustyrazorblade
rustyrazorblade merged commit 830b47d into apache:main Aug 11, 2026
12 checks passed
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.

Reduce unnecessary allocations on the per-operation hot path

2 participants