diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 01:42:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 01:42:16 +0800 |
commit | bbc97b0a3ba575ef5cdaf9a0bbdc16ee274305c1 (patch) | |
tree | 69f156e9d2bc6299d244c6e6d76dbc004690f137 /devel/Makefile | |
parent | f48f77488487a90670d5d28f7774e13eb7f72c51 (diff) | |
download | freebsd-ports-gnome-bbc97b0a3ba575ef5cdaf9a0bbdc16ee274305c1.tar.gz freebsd-ports-gnome-bbc97b0a3ba575ef5cdaf9a0bbdc16ee274305c1.tar.zst freebsd-ports-gnome-bbc97b0a3ba575ef5cdaf9a0bbdc16ee274305c1.zip |
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.
PR: ports/91687
Submitted by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index dcc7371c1798..0382229acc73 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1382,6 +1382,7 @@ SUBDIR += pwlib SUBDIR += py-anonfunc SUBDIR += py-bison + SUBDIR += py-celementtree SUBDIR += py-cheetah SUBDIR += py-ciphon SUBDIR += py-clientcookie |