Swift Performance

Just to wrap this up- C, C++, Rust don't force global allocation, Swift ARC in effect does. This discussion has about adding ways to allow different kinds of local allocations, sub heaps, pools, etc. that would be tied with a single execution context (queue/thread) and therefore not need a lock to be accessed, dramatically increasing performance. - thanks guys and gals