https://github.com/vnpy/vnpy_lab
vn.py项目开发中的一些实验性代码
https://github.com/vnpy/vnpy_lab
Last synced: 5 months ago
JSON representation
vn.py项目开发中的一些实验性代码
- Host: GitHub
- URL: https://github.com/vnpy/vnpy_lab
- Owner: vnpy
- License: mit
- Created: 2019-02-10T03:57:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T04:42:18.000Z (over 6 years ago)
- Last Synced: 2025-04-11T19:21:42.890Z (9 months ago)
- Language: C++
- Size: 2.32 MB
- Stars: 13
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vn.py lab
* cpp_api_binding:
* 基于clang的C++ API结构分析
* 自动生成pybind11的封装代码
* 采用对象(而非字典)作为API中使用的数据结构
* 使用全局Dispatcher实现Python内的异步回调,只有一个线程从而实现更好的性能(减少GIL获取开销)