Content deleted Content added
m Date/fix the maintenance tags or gen fixes |
BabelStone (talk | contribs) Added meaning of codespace in character encoding |
||
Line 3:
In [[multi-threading]] environment, [[threads]] share code space along with data space, which reduces the overhead of [[context switching]] considerably as compared to [[Process (computing)|process]] switching.
For a [[character encoding]] the code space (or codespace) is the range of numerical values available for encoding characters. For example, [[Unicode]] has a code space comprising a range of integers from 0<sub>hex</sub> to 10FFFF<sub>hex</sub>.<ref>[http://unicode.org/glossary/ Glossary of Unicode Terms]</ref>
== See also ==
Line 11 ⟶ 13:
{{Comp-sci-stub}}
== Notes ==
{{reflist|2}}
|