vnpy/tutorial/performance
2017-05-05 23:24:39 +08:00
..
Performance of Receiving Tick Data.ipynb 调整目录结构 2017-05-05 23:24:39 +08:00
Python Performance.ipynb 调整目录结构 2017-05-05 23:24:39 +08:00
README.md 调整目录结构 2017-05-05 23:24:39 +08:00
test_setup.py 调整目录结构 2017-05-05 23:24:39 +08:00
test.pyd 调整目录结构 2017-05-05 23:24:39 +08:00
test.pyx 调整目录结构 2017-05-05 23:24:39 +08:00

使用说明

使用步骤

  1. 在当前文件夹下打开cmd窗口
  2. 输入ipython notebook运行
  3. 打开Python Performance笔记本使用Shift+回车逐个Cell运行

编译Cython

打开cmd输入运行

python setup.py build_ext --inplace

文件说明

  • Python Performance.ipynbJupyter Notebook笔记本
  • test.pyxCython模块的源代码
  • test_setup.py编译test.pyx所需的配置文件
  • test.pyd编译好的Cython模块可以在Python里直接import