Difference between revisions of "Quantum"

From Organic Design wiki
m
({{legacy}})
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Glossary]][[Category:Nodal Concepts]]
+
{{legacy}}
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).
+
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.
: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)
 
  
 
+
== 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 11: Line 9:
 
*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]]

Latest revision as of 10:31, 20 October 2010

Legacy.svg Legacy: This article describes a concept that has been superseded in the course of ongoing development on the Organic Design wiki. Please do not develop this any further or base work on this concept, this is only useful for a historic record of work done. You may find a link to the currently used concept or function in this article, if not you can contact the author to find out what has taken the place of this legacy item.

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