书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 369 个相关结果.
  • Using C libraries

    Using C libraries Defining external declarations Writing a wrapper class Memory management Compiling and linking Static Linking Dynamic Linking Mapping functionality Handling...
  • 速度

    速度 Context The GIL C 扩展 GIL C 扩展 Cython Pyrex Shedskin? Concurrency Concurrent.futures Threading Spawning Processes Multiprocessing 速度 CPython作为最流行的Python环境,对于CPU密...
  • pxd files

    pxd files pxd files In addition to the .pyx source files, Cython uses .pxd fileswhich work like C header files – they contain Cython declarations(and sometimes code sections)...
  • Using C libraries

    Using C libraries Defining external declarations Writing a wrapper class Memory management Compiling and linking Static Linking Dynamic Linking Mapping functionality Handling...
  • Limitations

    Limitations Nested tuple argument unpacking Inspect support Stack frames Identity vs. equality for inferred literals Limitations This page used to list bugs in Cython that ...
  • Working with NumPy

    Working with NumPy Adding types Efficient indexing Tuning indexing further More generic code Working with NumPy Note Cython 0.16 introduced typed memoryviews as a successo...
  • 早期绑定速度

    早期绑定速度 早期绑定速度 原文: http://docs.cython.org/en/latest/src/userguide/early_binding_for_speed.html 作为一种动态语言,Python 鼓励一种编程风格,即在方法和属性方面考虑类和对象,而不是它们适合类层次结构。 这可以使 Python 成为一种非常轻松和...
  • Appendix: Installing MinGW on Windows

    Appendix: Installing MinGW on Windows Appendix: Installing MinGW on Windows Download the MinGW installer from http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_S...
  • Extension Types

    Extension Types Introduction Static Attributes Dynamic Attributes Type declarations Type Testing and Casting Extension types and None Special methods Properties Subclassing...
  • 附录:在 Windows 上安装 MinGW

    附录:在 Windows 上安装 MinGW 附录:在 Windows 上安装 MinGW 原文: http://docs.cython.org/en/latest/src/tutorial/appendix.html 从 http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compil...