Bug#95254: Fixed upstream

2014-07-02 Thread Timothy Arceri
This has finally been fixed upstream (yay). This bug can be closed.

http://mm.icann.org/pipermail/tz/2014-June/021089.html


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#149902: Fixed upstream

2014-07-02 Thread Timothy Arceri
This has finally been fixed upstream (yay). This bug can be closed.

http://mm.icann.org/pipermail/tz/2014-June/021089.html


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#93810: Fixed upstream

2014-07-02 Thread Timothy Arceri
This has finally been fixed upstream (yay). This bug can be closed.

http://mm.icann.org/pipermail/tz/2014-June/021089.html


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#689717: Patch to replace cpickle with msgpack

2012-10-06 Thread Timothy Arceri
Tags: patch

Patch to replace cpickle with msgpack

0001-Replace-cpickle-with-msgpack-for-serialization-to-fr.patch
Description: Binary data


Bug#689717: cataloged_times.py creates pickle files that are slow to load on low powered PCs

2012-10-05 Thread Timothy Arceri
Package: apt-xapian-index
Version: 0.45

Cataloged_times is simply a Python dictionary object. Other serialisation 
methods are
faster than pickle at handling simple data types like this. On my low powered 
atom Netbook 
this file takes 1.4 seconds to load. When I use the same data with the msgpack 
python module 
it takes only 0.1 seconds. Also the filesize is reduced from 3.1MB to 1.7MB.

This might not seem like a huge deal but on older/atom/arm based PC's all these 
little times add up.

My proposal is that the pickle serialisation in cataloged_times.py be replaced 
with the offerings
from the msgpack module.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648116: Please close bug

2011-11-08 Thread Timothy Arceri
Sorry it would seem the description issue is in Ubuntu not Debian