Skip to content

[controverse] About serialization of Vec<Command> #2

Description

@Andyou007

// This file includes untranslated text (ja).

Subject

各コマンド種の最大必要フィールド数によってCommands {queue1, ....}を作成する。
この時、処理ループを抜けた最後の処理で、Vecの各Command構成データを密にCommandsの各queueに追加する。実行側では、各matchアームに従い、最前列のデータを各queueから取得、実行する。unsafeだが、最も効率が良い。疎密データ処理として、C-Engineにも適用できる可能性が有る。

Metadata

Metadata

Assignees

Labels

controverseWhat we should talk about.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions