ObjFW  Hex Artifact Content

Artifact dd32892024abcd77988627a6fea6adf2516af32e760d607e1fe40e19a9ed924d:

  • File src/OFMutableArray_adjacent.m — part of check-in [4dbca9fc06] at 2014-04-08 17:01:53 on branch trunk — OFArray_adjacent: Optimize fast enumeration

    This restores the previous behaviour for OFArray_adjacent. It was lost
    when OFArray's fast enumeration was changed to be better optimized for
    huge arrays that aren't adjacent in memory. I forgot that
    OFArray_adjacent just used the implementation from OFArray, as OFArray
    had the ideal implementation for OFArray_adjacent, but now that OFArray
    is optimized for huge, non-adjacent arrays, this wasn't the case
    anymore. (user: js, size: 7594) [annotate] [blame] [check-ins using]


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.