Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python speed

Name: Anonymous 2009-01-03 8:38

http://bugs.python.org/issue4753
What does ~100ms means? how much loops is this?

Name: Anonymous 2009-01-04 7:57

>>23
char s[LINE_MAX];
I'm afraid that won't work.

Name: Anonymous 2009-01-04 8:07

>>25
The following sections are informative.

Also, from http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html

Implementations may choose any appropriate value for each limit, provided it is not more restrictive than the Minimum Acceptable Values
Applications should not assume any particular value for a limit.

In Anonix, many of the values in limits.h will be  INT_MAX or UINT_MAX. Everything that can vary in size will be dynamically allocated up to available memory or the ulimit for the process, whichever is smaller.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List