书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 369 个相关结果.
  • pxd 文件

    pxd 文件 pxd 文件 原文: http://docs.cython.org/en/latest/src/tutorial/pxd_files.html 除了.pyx 源文件之外,Cython 还使用.pxd 文件,它们的工作方式类似于 C 头文件 - 它们包含 Cython 声明(有时是代码部分),仅供 Cython 模块使用。使用c...
  • Related work

    Related work Related work Pyrex [Pyrex] is the compiler project that Cython was originallybased on. Many features and the major design decisions of the Cythonlanguage were dev...
  • Speed

    Speed Context The GIL C Extensions The GIL C Extensions Cython Pyrex Shedskin? Concurrency Concurrent.futures threading Spawning Processes Multiprocessing Speed CP...
  • Extension Types

    Extension Types Introduction Static Attributes Dynamic Attributes Type declarations Type Testing and Casting Extension types and None Special methods Properties Subclassing...
  • 0.25 (2016-10-25)

    0.25 (2016-10-25) Features added Significant Bugs fixed Other changes 0.25 (2016-10-25) Features added def/cpdef methods of cdef classes benefit from Cython’s internal fu...
  • Installing and Testing

    Installing and Testing Installing with git Running tests Optional dependencies Installing and Testing Most users will want to simply install the latest version, hosted on Py...
  • 相关工作

    相关工作 相关工作 原文: http://docs.cython.org/en/latest/src/tutorial/related_work.html Pyrex [Pyrex] 是 Cython 最初基于的编译器项目。 Cython 语言的许多功能和主要设计决策由 Greg Ewing 开发,作为该项目的一部分。今天,Cython ...
  • Unicode and passing strings

    Unicode and passing strings Python string types in Cython code String literals General notes about C strings Passing byte strings Accepting strings from Python code Dealing wi...
  • 速度

    速度 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)...