pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-cElementTree



Module name:    wip
Committed by:   obache
Date:           Fri Sep 18 07:40:07 UTC 2009

Import into wip/py-cElementTree

Log Message:
Import py-cElementTree-0 as wip/py-cElementTree.
 * c module for ElementTree in python25 and python26
 * not support python24 yet.

The cElementTree module is a C implementation of the ElementTree API, optimized
for fast parsing and low memory use. On typical documents, cElementTree is 15-20
times faster than the Python version of ElementTree, and uses 2-5 times less
memory. On modern hardware, that means that documents in the 50-100 megabyte
range can be manipulated in memory, and that documents in the 0-1 megabyte range
load in zero time (0.0 seconds). This allows you to drastically simplify many
kinds of XML applications.

Status:

Vendor Tag:     OBACHE
Release Tags:   OBACHE_20090918
                
N wip/py-cElementTree/Makefile
N wip/py-cElementTree/TODO
N wip/py-cElementTree/PLIST
N wip/py-cElementTree/DESCR
N wip/py-cElementTree/files/setup.py

No conflicts created by this import


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index