Apparently the latest versions of Python include compile time options to
make the interpreter use an internal, faster, memory allocator. This avoids
the bottleneck often encountered in calling malloc() all the time, since
Python code is constantly creating and destroying structures.
Does anyone know whether or not the Familiar python distribution is compiled
with this flag?
Oh, and can the pygtk bits be removed from the python package, since they're
already in the pygtk package? (Or is there a reason they're in both?)
Cheers,
James "Wez" Weatherall
--
"The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513
AT&T Labs Cambridge, UK - Tel : 343000
Received on Tue Jun 12 2001 - 08:15:51 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:12:27 EDT