mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
921dededad
Shaves about 19% of the time from the construction of these sets. The SmallVector size was chosen to minimize the number of dynamic allocations we end up doing while building the stdlib. This should be a reasonable size for most projects, too. It's a bit wasteful in space, but the total amount of allocated space here is pretty small to begin with.