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
Merge pull request #41 from bjz/nbody-improvements More... over 8 years ago
Merge pull request #42 from lilianmoraru/master More... over 8 years ago
Adapt benchmarks to the changes in the initialize function More... over 8 years ago
Remove stray flags from usage More... over 8 years ago
Remove unused fmt::Display impl More... over 8 years ago
Remove progress bars to improve performance More... over 8 years ago
Allow the execution mode to be set for nbody visualizer More... over 8 years ago
Terminate the thread pool if a worker thread panicks More... over 8 years ago
Fix argument field name More... over 8 years ago
Add some missing commas More... over 8 years ago
Split presentation modes into subcommands More... over 8 years ago
Use glium for rendering nbody demo More... over 8 years ago
Use docopt for command line parsing, and add progress bar More... over 8 years ago
Use cgmath for nbody demo More... over 8 years ago
Merge pull request #36 from nikomatsakis/nbody More... over 8 years ago
Merge pull request #38 from nikomatsakis/willi-kappler-limit_num_threads More... over 8 years ago
Assert that thread-pool is initialized. More... over 8 years ago
Create release notes with some initial entries. More... over 8 years ago
Propagate panics across joins instead of hanging More... over 8 years ago
Rename the `NumberOfThreadsNotEqual` variant to `GlobalPoolAlreadyInitialized` to be more general, and avoid repeating the documentation for the variants. More... over 8 years ago
Move `initialize` to a separate function, add `validate` helper, and expand doc comments. More... over 8 years ago
Make the `num_threads` field private and use accessors, since this is a public type. More... over 8 years ago
Probably pointless micro-optimization: make the "default configuration" path as tight as possible by having a distinct `get_config` method, used from `join`, that creates the default configuration within the unlikely `init` path. More... over 8 years ago
Add FIXME. More... over 8 years ago
remove bench(), add documentation, ThreadPool::new() expects Configuration More... over 8 years ago
tweak nbody/visualizer a bit more so at least it doesn't look terrible. More... over 8 years ago
Add a kind of broken visualization mode. :) More... over 8 years ago
start adding visualizer support, fix bug that caused par/seq to not run the same code More... over 8 years ago
tweak weight, fix bug with nbodies switch More... over 8 years ago
change init result from custom enum to Result<> More... over 8 years ago