in reply to Re^4: returning large arrays from functions
in thread returning large arrays from functions
I see that as a special case of copy on write. COW refers to multiple objects sharing the same data storage until one changes. Copying the pointer over shares the data storage. What's special is that it never reaches the point where copying is necessary. If you'd rather use a different word for it, pretend I used that word.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: returning large arrays from functions
by Anonymous Monk on Nov 19, 2010 at 09:27 UTC | |
by ikegami (Patriarch) on Nov 19, 2010 at 14:20 UTC | |
by Anonymous Monk on Nov 19, 2010 at 14:55 UTC | |
by ikegami (Patriarch) on Nov 19, 2010 at 15:28 UTC | |
by Anonymous Monk on Nov 19, 2010 at 16:31 UTC | |
| |
by ikegami (Patriarch) on Nov 19, 2010 at 14:21 UTC |