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

ZAP: Some cleanups/micro-optimizations #15976

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Commits on Mar 8, 2024

  1. ZAP: Some cleanups/micro-optimizations

     - Remove custom zap_memset(), use regular memset().
     - Use PANIC() instead of opaque cmn_err(CE_PANIC).
     - Provide entry parameter to zap_leaf_rehash_entry().
     - Reduce branching in zap_leaf_array_create() inner loop.
     - Remove signedness where it should not be.
    
    Should be no function changes.
    
    Signed-off-by:	Alexander Motin <mav@FreeBSD.org>
    Sponsored by:	iXsystems, Inc.
    amotin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ab6a2ab View commit details
    Browse the repository at this point in the history