Added BufferList to Rust.Global (list that exposes its backing array for fast iteration)
Optimized InvokeHandler and UpdateHandler by reducing their iteration overhead
ListHashSet and ListDictionary use BufferList and take an initial capacity in their constructor