Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[parallel executor] parallel executor (#3940)
* add crate multi version hashmap * add crate infallible and parallel-executor * add vm-runtime parallel_executor * add vm-runtime/parallel_executor * update crate mvhashmap and parallel-executor * update vm-runtime * add chunk_block_transactions unit_test * add parallel executor flow (notice can't compiler) * add VMAdaptor,VMValidator, VMExecutor * update BlockExecute * update executor * tidy code * update ci pr * fix clippy warning * set concurrency level * set concurrency level * update rpc schema * set concurrency level * update StarcoinVMWrapper init * set concurrency_level * fix should_restart_execution logic * remove log * add error process * update set_concurrency_level_once equals num_cpus::get * remove comment msg * fix rebase master compiler error * add TurboSTM executor log * add TurboSTM gen txn * add TurboSTM apply txn cmd * TurboSTM not save_log * set_concurrency_level cmd * revert TurboSTM not save_log * add debug.json
- Loading branch information
Showing
52 changed files
with
2,643 additions
and
70 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.