Bug 91687 - [NEW PORT] devel/py-cElementTree: A fast C implementation of the ElementTree API
Summary: [NEW PORT] devel/py-cElementTree: A fast C implementation of the ElementTree API
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-11 21:40 UTC by Nicola Vitale
Modified: 2006-01-14 17:43 UTC (History)
0 users

See Also:


Attachments
py24-cElementTree-1.0.5.shar (2.60 KB, text/plain)
2006-01-11 21:40 UTC, Nicola Vitale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale 2006-01-11 21:40:04 UTC
The cElementTree module is a C implementation of the ElementTree API.
On typical documents, it's 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.

Author: Fredrik Lundh
WWW: http://effbot.org/zone/celementtree.html

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-14 17:42:53 UTC
State Changed
From-To: open->closed

New port added as devel/py-celementtree, thank you!