Difference between revisions of "Quantum"
From Organic Design wiki
m |
(want some Wikipedia:ACID bro?) |
||
Line 1: | Line 1: | ||
Quantum in the context of nodal reduction, represents change and a minute timeslice of processing. Also called Quanta in the singular, the processing is as close as possible ''O''(1) and should certainly never be ''O''(n). | Quantum in the context of nodal reduction, represents change and a minute timeslice of processing. Also called Quanta in the singular, the processing is as close as possible ''O''(1) and should certainly never be ''O''(n). | ||
:That's right we keep all language specific stuff ''O(1)'', and leave all ''higher-O'' to nodally reducable structure. --[[User:Nad|Nad]] 17:15, 19 Jun 2006 (NZST) | :That's right we keep all language specific stuff ''O(1)'', and leave all ''higher-O'' to nodally reducable structure. --[[User:Nad|Nad]] 17:15, 19 Jun 2006 (NZST) | ||
− | *[[Wikipedia:Linearizability]] ''(formal term and conditions for infintesimal operations like ours)'' | + | *[[Wikipedia:Linearizability]] ''(aka "atomicity" formal term and conditions for infintesimal operations like ours)'' |
+ | *[[ACID]] ''(Atomicity, Consistency, Isolation, and Durability)'' | ||
*[[Wikipedia:Big O Notation]] | *[[Wikipedia:Big O Notation]] | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:Nodal Concepts]] | [[Category:Nodal Concepts]] |
Revision as of 04:34, 26 July 2006
Quantum in the context of nodal reduction, represents change and a minute timeslice of processing. Also called Quanta in the singular, the processing is as close as possible O(1) and should certainly never be O(n).
- That's right we keep all language specific stuff O(1), and leave all higher-O to nodally reducable structure. --Nad 17:15, 19 Jun 2006 (NZST)
- Wikipedia:Linearizability (aka "atomicity" formal term and conditions for infintesimal operations like ours)
- ACID (Atomicity, Consistency, Isolation, and Durability)
- Wikipedia:Big O Notation