Skip to content

Conversation

JaderOx
Copy link

@JaderOx JaderOx commented Jul 24, 2024

仅作业1

@asdawej
Copy link
Owner

asdawej commented Jul 25, 2024

基本完成了,但是仍然存在一些值得思考的点:

  • 这段代码 Update().Wait;,是否可以进行一次并行 (如 _ = Update();),以避免阻塞程序?
  • 在极为庞大的表达树中,如果有若干个数据结点产生了变化,它们的 Update 任务需要同时修改某个结点的输出,如何保护这个结点?
  • 这道题能否不使用 Task,而是用多线程解决?

@asdawej asdawej added the checked This PR is checked as pass label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checked This PR is checked as pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants