Saved Bookmarks
| 1. |
Explain Fast Enumeration? |
|
Answer» Fast ENUMERATION is a language feature that allows you to enumerate over the CONTENTS of a collection. (Your code will ALSO RUN faster because the internal implementation reduces message send overhead and INCREASES pipelining potential.) Fast enumeration is a language feature that allows you to enumerate over the contents of a collection. (Your code will also run faster because the internal implementation reduces message send overhead and increases pipelining potential.) |
|