I read in another thread here :
I use python3 to code, and thought psyco was not possible.
But I would like to know if it was used for the best solutions in python3 for PRIME1 ?
I have a good solution with 5.7MB of memory print, and under 1s.
Better solutions use about 37MB. Is it a sign of psyco ?
I'm new here (not a real newbie, but these kind of challenges are new for me).
1) Please tell me if better solutions are obtained with psyco (or an equivalent way) or simply a different algo.
2) Where can I learn to read/write faster on I/O. I already use : sys.stdin and sys.stdout, (basically ?).
Thanks. :bowdown:
(I use Francky too on Project Euler, in case you crossed my posts)