Skip to content
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

Replaced temp dicts with hashtable in hrandfieldWithCountCommand. #1793

Draft
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

zarkash-aws
Copy link
Contributor

This PR resolves #1550 by replacing the use of temporary dict structures with hashtable in hrandfieldWithCountCommand.

Notes:
CASE 3: Replaced sdsReplyDictType with hashHashtableType to efficiently store field-value pairs using hashTypeEntry.
CASE 4: Replaced hashDictType with setHashtableType, as only the field needs to be stored.

@zarkash-aws zarkash-aws marked this pull request as draft February 27, 2025 13:43
@zarkash-aws zarkash-aws force-pushed the replace_temp_dicts_with_hashtable branch from da5d9a1 to d0bf28c Compare March 19, 2025 13:53
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.

Follow-up of #1502: Replace temp dicts with hashtable
1 participant