cache line length of a machine

2007-01-04 Thread John
How do I find out the cache line length of a machine in python? Thanks, --j -- http://mail.python.org/mailman/listinfo/python-list

Re: cache line length of a machine

2007-01-04 Thread Tim Roberts
John [EMAIL PROTECTED] wrote: 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