Commit Graph

35 Commits

Author SHA1 Message Date
Jim Blandy
ae615d2292 Merge branch 'common-fixes' into task-queue. Update to crossbeam 0.8. 2021-06-12 21:01:58 -07:00
Jim Blandy
9fe19ff6ba cargo update 2021-06-12 15:21:04 -07:00
Jim Blandy
5cce108ed5 Require rust_2018_idioms, but not elided_lifetimes_in_paths. 2021-06-12 15:18:07 -07:00
Jim Blandy
faf5b895f8 Update to match 2nd edition text. 2021-06-12 15:16:25 -07:00
Jim Blandy
2fd6b283fa Merge branch 'common-fixes' into task-queue 2021-06-06 20:34:38 -07:00
Jim Blandy
be24958428 cargo fix --edition-idioms 2019-09-02 20:14:38 -07:00
Jim Blandy
a3a6f3474b Merge branch 'common-fixes' into task-queue 2019-09-02 20:13:34 -07:00
Jim Blandy
bc6adf9eea Merge branch 'common-fixes' into single-threaded 2019-09-02 18:13:35 -07:00
Jim Blandy
1628924fdb cargo fix --edition-idioms 2019-09-02 18:12:31 -07:00
Jim Blandy
5548686cfe Bump edition to 2018. 2019-09-02 18:10:42 -07:00
Jim Blandy
cbfad8bb03 src/main.rs: Clean up warnings. 2019-09-02 17:29:07 -07:00
Jim Blandy
8d0d5f667c Cargo.toml, src/main.rs: Update to match text in book. 2019-09-02 17:27:35 -07:00
Jim Blandy
4c0bce2e18 Cargo.toml, src/main.rs: Update to match text in book. 2019-09-02 17:08:51 -07:00
Jim Blandy
0b1c8eb4f2 main.rs: Update to match text in book. 2019-09-02 17:03:32 -07:00
Jim Blandy
791d5c403b Remove code to measure effect of varying numbers of threads. 2019-07-13 14:35:19 -07:00
Jim Blandy
1a1c6913ad Merge branch 'single-threaded' of github.com:ProgrammingRust/mandelbrot into single-threaded 2019-07-13 12:42:52 -07:00
Jim Blandy
d2bf230c87 Merge branch 'common-fixes' of github.com:ProgrammingRust/mandelbrot into common-fixes 2019-07-13 12:40:10 -07:00
Jim Blandy
be390df13d Merge branch 'task-queue' of github.com:ProgrammingRust/mandelbrot into task-queue 2019-07-13 12:37:01 -07:00
Jim Blandy
52fa512007 Update image crate to 0.10.4. 2019-07-13 12:34:21 -07:00
Jim Blandy
1ffdc9308f Update image crate to 0.10.4. 2019-07-13 12:33:06 -07:00
Jim Blandy
16a47d5bad Update image crate to 0.10.4. 2019-07-13 12:31:08 -07:00
Jim Blandy
41fab79cf2 Merge branch 'common-fixes' into task-queue 2019-06-23 23:06:39 -07:00
Jim Blandy
d76606c23c Rename 'write_bitmap' to 'write_image'; less jargony. 2019-06-23 23:02:10 -07:00
Jim Blandy
36ea00c4be Merge branch 'common-fixes' into task-queue 2019-06-23 15:00:30 -07:00
Jim Blandy
67c1bc77d3 Cargo.lock: Run 'cargo update'. 2019-06-23 14:54:28 -07:00
Jim Blandy
dbee97eb3f Merge branch 'common-fixes' into task-queue 2018-07-19 21:01:22 -07:00
Jim Blandy
c12749955e Run cargo update, update Cargo.lock to get newer rustc_serialize. 2018-02-07 08:40:49 -08:00
Jim Blandy
fca3a5174d Merge branch 'common-fixes' into task-queue 2018-01-01 00:25:45 -08:00
Jim Blandy
bd632ba682 Add MIT license. 2017-12-31 23:59:33 -08:00
Jim Blandy
ae66c38dfc Merge branch 'fix-links' into task-queue 2017-12-28 01:51:11 -08:00
Jim Blandy
87c22808ee Fix links in README.md. 2017-12-28 01:45:55 -08:00
Jim Blandy
292638561a Use a task queue to distribute work more evenly across threads. 2016-08-09 10:41:40 -05:00
Jason Orendorff
05bf731f80 multi-threaded version using crossbeam 2016-08-09 10:41:40 -05:00
Jim Blandy
cfe59ee8f0 Add README.md. 2016-08-09 10:41:37 -05:00
Jim Blandy
c6ebcfea12 working single-threaded 2016-08-09 10:35:08 -05:00