0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Feb 08, 2023 — Feb 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial port of nbody More... over 8 years ago
Merge pull request #30 from nikomatsakis/flat-map-producer-continuation More... over 8 years ago
s/with_callback()/callback()/ in the ProducerCallback trait More... over 8 years ago
Merge pull request #32 from cuviper/simple-benches More... over 8 years ago
Add a benchmark counting Pythagorean triples More... over 8 years ago
Add a benchmark computing a Fibonacci number recursively More... over 8 years ago
Add a benchmark computing a large factorial More... over 8 years ago
use builder pattern for configuration, add test cases, adapt test folder name More... over 8 years ago
Rename from `Continuation` and `wp` to `Callback`, which I think is a more commonly used term. This was never much of a continuation anyway, really. More... over 8 years ago
Merge pull request #31 from cuviper/stable-ci More... over 8 years ago
Check the stable build in travis More... over 8 years ago
Add another missing `T: 'data` More... over 8 years ago
fix wrong parameter to initialize in quicksort demo More... over 8 years ago
Merge pull request #27 from nikomatsakis/flat-map More... over 8 years ago
use option stead of actual number for initialize, add check if initialize gets called multiple times More... over 8 years ago
Remove unsafety and instead restructure *collect consumer* to monitor how it is being used and assert that producer is doing the right thing. Would be worth measuring the cost of this. Might also be worth restructuring the consumer protocol so that the sequential write phase is separated from splitting, since that could avoid a check here. More... over 8 years ago
Rename Zip producers to be more consistent. More... over 8 years ago
Thread a `'produce` lifetime through, which allows us to avoid moving the closures and things as we execute More... over 8 years ago
Rewrite producer to use a continuation More... over 8 years ago
Fix comment to mention `internal` not `internals` More... over 8 years ago
Fix nits from cuviper. More... over 8 years ago
update documentation comment to describe the new feature More... over 8 years ago
add support for user specified max. number of threads More... over 8 years ago
Update README.md More... over 8 years ago
Update README.md More... over 8 years ago
More docs. More... over 8 years ago
Write up how the code works in a README.md More... over 8 years ago
Rename `state` to `internal` More... over 8 years ago
Rename to Indexed and Unindexed More... over 8 years ago
Remove outdated comment from `Consumer` More... over 8 years ago