Skip to content

Poc avoid reallocation cont #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

JakubOnderka
Copy link
Owner

No description provided.

michael-grunder and others added 4 commits November 15, 2024 08:59
When fetching data from redis, data are saved to buffer and then copied to new zend_string structure. After this patch, data are saved directly to zend_string structure, so we can avoid double allocation.

Fixes phpredis#2266
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