On Thu, Jan 01, 2015 at 01:49:52AM -0600, Wes Turner
wrote:
> Might one or more sitemap.xml files be useful here, if theoretically
> unnecessary?
>
> * https://github.com/vladris/tinkerer-contrib/blob/master/sitemap/sitemap.py
> * https://en.wikipedia.org/wiki/Sitemaps
I'd rather recommend h
Might one or more sitemap.xml files be useful here, if theoretically
unnecessary?
* https://github.com/vladris/tinkerer-contrib/blob/master/sitemap/sitemap.py
* https://en.wikipedia.org/wiki/Sitemaps
On Wed, Dec 31, 2014 at 10:26 PM, Vincent Davis
wrote:
> About a year ago I posted about this o
On Wed, Dec 31, 2014 at 3:12 PM, Serhiy Storchaka wrote:
> On 10.12.12 03:44, Raymond Hettinger wrote:
>>
>> The current memory layout for dictionaries is
>> unnecessarily inefficient. It has a sparse table of
>> 24-byte entries containing the hash value, key pointer,
>> and value pointer.
>>
>>