Skip to content
  • Manuel Stoeckl's avatar
    Make buffer diffs use chunks of 4 bytes · 10bbade4
    Manuel Stoeckl authored
    Reducing the chunksize for the diff routines very slightly reduces the
    amount of data copied; it also should not change performance for any
    of the SIMD optimized routines, since the instructions executed and
    branches taken should not change.
    10bbade4