vnpy/tutorial/performance
..
Performance of Receiving Tick Data.ipynb
Python Performance.ipynb
README.md
test_setup.py
test.pyd
test.pyx

使用说明

使用步骤

  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