]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #947476: Apply freelist technique to lists
authorRaymond Hettinger <python@rcn.com>
Wed, 5 May 2004 05:37:53 +0000 (05:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 5 May 2004 05:37:53 +0000 (05:37 +0000)
commit0468e416c16f5d2ac072628b0d31e129e0b2776f
tree48514aedd414e7ea6214a5ba8834a396b75d631f
parent8aa8c84d18aecdc63279ccd82cf4c7815900fe1c
SF patch #947476: Apply freelist technique to lists

Re-use list object bodies.  Saves calls to malloc() and free() for
faster list instantiation and deallocation.
Misc/NEWS
Objects/listobject.c