On 1/12/07, Neal Becker ndbecker2@gmail.com wrote:
How about:
- A memory concept, of which buffer is an example.
- A view concept.
- A variety of common concrete types composing 1+2.
Is there any difference between a view and an array that shares memory with another array?
For access, are you suggesting
1. Single memory API 2. Single view API 3. Single array API where we can access View+Memory API
?