Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💬 🚧 Discussion of vectorized operation and simulation of market simulator #7

Open
Yonv1943 opened this issue Jan 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Yonv1943
Copy link
Collaborator

Yonv1943 commented Jan 14, 2023

市场模拟器需要增加并行程度,加快它的仿真程度。

对市场模拟器进行并行化操作,需要:

  1. 寻找for循环
  2. 整理出步骤完全相同的操作,使用 slice 取出这些数据,并行执行
  3. 整理出环节完全相同的操作,使用 mask有选择地改动这些数据,并行执行

我们当前对市场模拟器的并行,影响了它的仿真程度:

  1. 限价单和市价单混合提交到市场。
@Yonv1943
Copy link
Collaborator Author

@Yonv1943 Yonv1943 changed the title 💬 Discussion of vectorized operation and simulation of market simulator 💬 🚧 Discussion of vectorized operation and simulation of market simulator Jan 14, 2023
@YangletLiu YangletLiu added the enhancement New feature or request label Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants