文件名称:pylibmc:TangentOrg的libmemcached接口周围的Python包装器
文件大小:83KB
文件格式:ZIP
更新时间:2024-06-01 15:43:35
C
pylibmc是用C编写的的Python客户端。 有关更多信息,请参见。 1.6.0版中的新功能 尽管没有进行大的功能更新,但此版本与1.5.0部分不兼容。 这是因为python-memcached现在使用了pylibmc已经使用了几年的标志。 python-memcached将其用于不同的目的,并且是不兼容的。 我们认为最好支持这种互操作性。 所做的更改还意味着现在将Unicode字符串存储为UTF-8而不是腌制,这可能会或可能不会导致此类数据的性能略有改善。 我们还引入了pickle_protocol行为,以实现Python 2.x和3.x之间的无缝互操作性。 另外,此发行版引入了ManyLinux*,使在ManyLinux系统上的安装变得轻而易举(我想这是许多Linux)。 1.5.0版的新功能 此版本修复了1.4.2中引入的常见代码路径中的严重内存泄漏。 还修复了zlib膨
【文件预览】:
pylibmc-master
----.gitignore(83B)
----setup.cfg(88B)
----README.rst(3KB)
----bin()
--------runtests.py(1KB)
--------with-memcached(429B)
--------runbench.py(7KB)
----tests()
--------test_cmemcached.py(2KB)
--------test_client.py(4KB)
--------test_serialization.py(8KB)
--------test_autoconf.py(934B)
--------test_translate.py(1KB)
--------doctests.txt(9KB)
--------__init__.py(1KB)
--------test_pooling.py(916B)
--------test_refcounts.py(7KB)
----docs()
--------pooling.rst(4KB)
--------make.bat(4KB)
--------conf.py(7KB)
--------coders.rst(2KB)
--------index.rst(3KB)
--------failover.dot(1KB)
--------_themes()
--------failover.svg(9KB)
--------reference.rst(9KB)
--------behaviors.rst(9KB)
--------Makefile(3KB)
--------install.rst(1KB)
--------misc.rst(5KB)
--------changelog.rst(6KB)
----LICENSE(1KB)
----src()
--------_pylibmcmodule.h(20KB)
--------_pylibmcmodule.c(83KB)
--------pylibmc()
--------pylibmc-version.h(36B)
----requirements_test.txt(5B)
----MANIFEST.in(325B)
----setup.py(4KB)
----.travis.yml(1KB)
----tox.ini(144B)