1. 首页
  2. 数据库
  3. 其它
  4. Improving Python's Memory Allocator Evan Jones (2005) 计算机科学

Improving Python's Memory Allocator Evan Jones (2005) 计算机科学

上传者: 2021-04-30 06:43:57上传 PDF文件 601.87KB 热度 17次
PyCon 2005 1Improving Python’s Memory AllocatorEvan Jones http://evanjones.ca/Abstract Python automatically manages memory using reference counting. In order to providegood performance for typical programs, Python provides its own memory allocator forsmall objects ( 256 bytes). However, the original implementation does not releasememory to the operating system, which can cause performance problems. This paperdescribes how the original implementation works, and how the prob
用户评论