Talk:Memory access pattern
This is the talk page for discussing improvements to the Memory access pattern article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
![]() | Computing Unassessed | |||||||||
|
Unnamed section
I'm unsure that this deserves a page but i like the idea of having clear definitions, and just run into trouble r.e. glossaries, so i gave this a go. EDIT: as I flesh it out I realise more the frustration trying to embed these concepts elsewhere. 'memory access pattern->scatter/gather', refers to a way of organising a program. but this would be out of place in 'locality of reference'. it's about the flow of data and algorithm structure, not just the layout.
this would seem to cover some material in 'locality of reference', however it's all from the perspective of the "memory access pattern", the thing that you change to improve 'locality of reference', and there are differences. One is the cause, the other is the effect. Memory access pattern also affects parallelism. my thinking is definitions of specific phrases would wikipedia a better AI resource. — Preceding unsigned comment added by Fmadd (talk • contribs) 21:04, 11 June 2016 (UTC)
- Hello! As visible from my edit, creating unreferenced articles actually isn't that helpful. Please note that we need reliable sources for new articles, which also confirm that the topic is notable enough to warrant a separate article. That's how Wikipedia works. By the way, we'd also need references for the glossary pages, no matter how straightforward it might be to define some of the terms. Also, please remember to sign your posts. — Dsimic (talk | contribs) 08:47, 13 June 2016 (UTC)
- well I've tried to grab some references, and there'd be more detail to come;e.g. how certain memory access patterns affect parallelizability (turning 'scatter' into 'gather' for GPGPU). Think how this sort of thing interacts with the new hover cards feature. isn't it nice when wikipedia can display a direct definition in the hover card... this is why i went for glossaries, someone else told me 'make articles' and I already told him "blah blah blah notability". this is why I have a platform suggestion "micro articles". the magic of a wiki is being able to explain things in context, (the flow of concepts), surely.
- some papers talk about the implication of memory access pattern for security, that can be mentioned here.
- Scatter and Gather - vector addressing. These are 'memory access patterns'. And can further be measured in locality of reference (depending what the indices do) Fmadd (talk) 17:21, 13 June 2016 (UTC)