Binary integer decimal: Difference between revisions

Content deleted Content added
Performance: Removed a sentence that does not make sense.
Line 102:
 
==Performance==
A binary encoding is inherently less efficient for conversions to or from decimal-encoded data, such as strings ([[ASCII]], [[Unicode]], etc.) and [[Binary-coded decimal|BCD]]. A binary encoding is therefore best chosen only when the data are binary rather than decimal. IBM has published some unverified performance data.<ref>http://speleotrove.com/decimal/decperf.html</ref>.
 
==See also==