cache line length of a machine

T

Tim Roberts

John said:
How do I find out the cache line length of a machine in python?

How would that piece of information be valuable in Python? There isn't
anything you can do to take advantage of it in Python.

You can look up the L2 and L3 cache size and speed using WMI (assuming you
are using Windows). For more detailed, you will have to call into a C
routine, and maybe even resort to looking up the cpuid info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top