-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-- 3a95b62 by Levi Burner <[email protected]>: rollout prototype native threadpool for comparing to python threads -- efd8be1 by Levi Burner <[email protected]>: copy mjpcs threadpool into python bindings -- 75603ee by Levi Burner <[email protected]>: rollout use threadpool as translation unit -- 06b90fe by Levi Burner <[email protected]>: rollout add chunk_divisor parameter -- 298ab2f by Levi Burner <[email protected]>: rollout add native threading test -- 169cf99 by Levi Burner <[email protected]>: rollout exchange chunk_divisor arg for chunk_size -- 265af85 by Levi Burner <[email protected]>: rollout fix cosmetics -- 1e8bffa by Levi Burner <[email protected]>: make native rollout a class instead of a function -- ba78821 by Levi Burner <[email protected]>: rollout update docs and changelog -- e4cb773 by Levi Burner <[email protected]>: rollout don't register atexit handler for Rollout objects -- 5a08d2e by Levi Burner <[email protected]>: rollout nthread kwarg, rename shutdown_pool to close, fixups -- f622378 by Levi Burner <[email protected]>: rollout add missing .close() calls -- 50f3ebc by Levi Burner <[email protected]>: rollout return immediately COPYBARA_INTEGRATE_REVIEW=#2282 from aftersomemath:rollout-threaded 50f3ebc PiperOrigin-RevId: 706744277 Change-Id: I1ab2263b7d6ce30cf1908aec8fd5f2eb976a19e6
- Loading branch information
1 parent
b26d6f0
commit a7eb6ef
Showing
8 changed files
with
761 additions
and
203 deletions.
There are no files selected for viewing
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
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.