Staging
v0.8.1
Revision daf57f25e5690cfaa4636ccf0d113908dc0783a4 authored by Raymond Hettinger on 27 February 2015, 07:21:29 UTC, committed by Raymond Hettinger on 27 February 2015, 07:21:29 UTC
Remove the old comment suggesting that it was desireable to have
blocksize+2 as a multiple of the cache line length.  That would
have made sense only if the block structure start point was always
aligned to a cache line boundary.  However, the memory allocations
are 16 byte aligned, so we don't really have control over whether
the struct spills across cache line boundaries.
1 parent b1e6e57
History
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.0 KB
README.txt -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.0 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 41.6 KB
license.rst -rw-r--r-- 45.6 KB
make.bat -rw-r--r-- 4.1 KB

README.txt

back to top