[jira] Assigned: (STDCXX-402) long long stream extraction fails for strings longer than 9 decimal characters

2007-05-28 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-402: --- Assignee: Martin Sebor long long stream extraction fails for strings longer than 9 decimal

[jira] Commented: (STDCXX-402) long long stream extraction fails for strings longer than 9 decimal characters

2007-05-28 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499632 ] Martin Sebor commented on STDCXX-402: - You're right, __rw_strtoll() has problems. I am able to reproduce it

old iostream benchmark

2007-05-28 Thread Mark Brown
I came across a post from 2002 with a comparison between C stdio, Classic Iostreams, and Standard Iostreams. I thought it might be interesting to post it here for reference and re-run the numbers today with the latest versions of compilers and libraries: