Skip to content
  • Murray Cumming's avatar
    Replace most std::list with std::vector. · 54ac4379
    Murray Cumming authored
    Because vectors generally have better performance, because they
    are contiguous, without pointer chasing.
    Most of these uses are small vectors being built up gradually,
    but the small object optimization should help there.
    54ac4379