Difference between revisions of "Quantum"

From Organic Design wiki
m
(rm from gloss)
Line 1: Line 1:
[[Category:Glossary]][[Category:Nodal Concepts]]
 
 
Quantum in the context of nodal reduction, represents change and a minute timeslice of processing. Also called Quanta in the plural, the processing is as close as possible ''O''(1) and should certainly never be ''O''(n). We keep all language specific processing ''O(1)'', and leave all ''higher-O'' to nodally reducable structure.
 
Quantum in the context of nodal reduction, represents change and a minute timeslice of processing. Also called Quanta in the plural, the processing is as close as possible ''O''(1) and should certainly never be ''O''(n). We keep all language specific processing ''O(1)'', and leave all ''higher-O'' to nodally reducable structure.
=See also=
+
 
 +
== See also ==
 
*[[Nodal reduction]]
 
*[[Nodal reduction]]
 
*[[Wikipedia:Linearizability]] ''(aka "atomicity" formal term and conditions for infintesimal operations like ours)''
 
*[[Wikipedia:Linearizability]] ''(aka "atomicity" formal term and conditions for infintesimal operations like ours)''
Line 8: Line 8:
 
*In [[w:project management|project management]] an indivisible unit of work like this is called a [[w:terminal element|terminal element]]
 
*In [[w:project management|project management]] an indivisible unit of work like this is called a [[w:terminal element|terminal element]]
 
*[[w:Work breakdown structure|work breakdown structure]]
 
*[[w:Work breakdown structure|work breakdown structure]]
 +
[[Category:Nodal Concepts]]

Revision as of 23:02, 18 January 2009

Quantum in the context of nodal reduction, represents change and a minute timeslice of processing. Also called Quanta in the plural, the processing is as close as possible O(1) and should certainly never be O(n). We keep all language specific processing O(1), and leave all higher-O to nodally reducable structure.

See also