Optimizations on casts to integral types
Patch to Boost Lexical Cast library, that optimizes casts to integral types.
It gives performance boost about 40 times(and beats in performance Spirit library, when compiling with defined BOOST_LEXICAL_CAST_ASSUME_C_LOCALE), reduces memory usage and does not change the behavior of library.
Patch was successfully tested on Intel 11.1.072, g++-4.4.5, VC++9 compilers. All existaing tests for Boost Lexical Cast library were passed successfully.
Change History
(6)
Owner: |
changed from nasonov to Antony Polukhin
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
Patch for trunk version of lexical_cast (for revision 70966)