Changes between Version 2 and Version 3 of Reference/League/Universal_String
- Timestamp:
- Apr 7, 2011, 6:52:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reference/League/Universal_String
v2 v3 46 46 [http://www.unicode.org Unicode] is an international standard that supports most of the writing systems in use today. 47 47 48 Several optimization techniques are used to optimize both space and performance characteristics, see [ [#Optimization techniques]] section for more information.48 Several optimization techniques are used to optimize both space and performance characteristics, see [#OptimizationTechniques Optimization Techniques] section for more information. 49 49 50 50 === "&" === #concatenation … … 335 335 }}} 336 336 337 == Optimization techniques == 337 == Optimization techniques == #OptimizationTechniques 338 338 339 339 Textual representation of the information is used in applications widely, thus it is important to provide efficient implementation. Several optimization techniques are used for Universal_String implementation, below is the list of most important.