How to make a foreign function run as fast as possible in Windows?
jfong at ms4.hinet.net
jfong at ms4.hinet.net
Sat Oct 1 05:34:05 EDT 2016
More information about the Python-list mailing list
Sat Oct 1 05:34:05 EDT 2016
- Previous message (by thread): Merecurial and Python-2.7.x, Python-3.Y
- Next message (by thread): Copying a compiled Python from one system to another
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris Angelico at 2016/10/1 11:25:03AM wrote: > What's it doing? Not every task can saturate the CPU - sometimes they > need the disk or network more. > This function has no I/O or similar activity, just pure data processing, and it takes less than 200 bytes of data area to work with. My CPU is an i3 (4 threads/2 cores). I suppose after this job was assigned to run on a particular core, the OS shouldn't bother it by other system related tasks anymore. If it does, won't be this OS designed stupidly? I was puzzled why the core has no 100% usage? Why always has some percentage of idle? --Jach
- Previous message (by thread): Merecurial and Python-2.7.x, Python-3.Y
- Next message (by thread): Copying a compiled Python from one system to another
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list