-
Notifications
You must be signed in to change notification settings - Fork 1
add async processor #47
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
Closed
Changes from 12 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9f2a5b6
add async processor
steckes 9c9ba0c
Update parallel_async.rs
steckes a921317
fmt
steckes 317ce97
make model static
steckes a1aeb24
remove unused feature guards in example
steckes 37ba99b
make benchmark use async processor
steckes 4713659
add default features
steckes 1178b2c
update comments
steckes b8110a7
make all functions async
steckes 8235af4
remove default features
steckes 070bf80
update version and changelog
steckes ba16c4d
Update CHANGELOG.md
steckes 18cac84
Update CHANGELOG.md
steckes 3d127ff
Update src/processor.rs
steckes de4479d
fix comment
steckes 2f72839
fix comment
steckes 3a18b57
remove unused features
steckes 62c5ab0
change spawn duration to 1s
steckes 2280c5b
do not use multithreaded runtime for parallel_async example
steckes 8fff347
fix comment
steckes 4a9f7c1
remove type annotation
steckes 3c7e2cc
remove space from comment
steckes 0fd8fbd
Clone vectors in async processor to guarantee soundness (pointers can
steckes f2035c2
cleanup
steckes d9a4d58
Update examples/parallel_async.rs
steckes e8b6c6e
Update examples/parallel_async.rs
steckes 1c15674
move println out of timing measurement (#50)
mgeier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.