hts-python
hts-python copied to clipboard
pythonic wrapper for libhts (moved to: https://github.com/quinlan-lab/hts-python)
Hello, I am inspired by your code and currently developing a cffi-based pysam alternative which works with Pypy. While testing your code I found that `ffi.new('kstring_t *', {'m': 0, 'l':...
CFFI 1.0 introduced a new out-of-line mode to reduce the overhead when running on CPython. See: - http://morepypy.blogspot.com/2015/05/cffi-101-released.html - https://cffi.readthedocs.org/en/latest/overview.html#out-of-line-example-abi-level-out-of-line (Wishlist item rather than bug.)