Binary integer decimal: Difference between revisions

Content deleted Content added
m Performance: fix URL
m Disambiguate BCD to Binary-coded decimal using popups
Line 70:
 
==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, available at
[http://speleotrove.com/decimal/decperf.html], however as both packages are available as open-source these figures could be verified indepedently.