• P
    Implements ziplistFind · fe458402
    Pieter Noordhuis 提交于
    To improve the performance of the ziplist implementation, some
    functions have been converted to macros to avoid unnecessary stack
    movement and duplicate variable assignments.
    fe458402
t_hash.c 20.4 KB