Skip to content

Brian L Troutwine - Hands-On Concurrency with Rust - 2018

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Brian L Troutwine - Hands-On Concurrency with RustGroup: 2018
Info Hash
F97983F267F3BFCC3793DA91CC338786CB349D4D
Source
Unverified
Total Size
9.13 MB
Total Files
100
Seeders
2
Leechers
2
Health
0.67
Score
6
Type
eBook

File List

FileSize
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.epub1.61 MB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.mobi3.56 MB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Brian L. Troutwine - Hands-On Concurrency with Rust - 2018.pdf3.55 MB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/hello_worlds/parallel_hello_world.rs119 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/hello_worlds/sequential_hello_world.rs49 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/.gitignore19 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/benches/naive.rs2.37 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/benches/specialized.rs1.93 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/benches/standard.rs849 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/Cargo.toml448 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/resources/in/gets35 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/resources/in/mixed_gets_puts35 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/resources/in/puts53 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/naive.rs1.05 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/naive_interpreter.rs1003 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/specialized.rs1.05 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/specialized_interpreter.rs1.33 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/bin/standard.rs1.05 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter02/naive_hashmap/src/lib.rs5.53 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/alloc_string_move_lifetimes.rs94 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/apollo_cell_example.rs389 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/blow_up.rs137 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_array.rs941 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_array_refs.rs801 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_array_refs_unsafe.rs870 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/borrow_split_struct.rs798 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/copy_struct.rs256 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/flights_total.rs372 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/flights_total_copy.rs538 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter03/allocs/no_size_slice.rs340 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race00.rs2.52 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race01.rs2.56 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race02.rs2.17 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/data_races/data_race03.rs752 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/.rustfmt.toml143 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/Cargo.toml128 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/bin/telem.rs1.4 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/egress/ckms_egress.rs1.06 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/egress/cma_egress.rs993 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/egress/mod.rs521 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/emitter/mod.rs982 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/event.rs165 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/filter/high_filter.rs413 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/filter/low_filter.rs409 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/filter/mod.rs910 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/ingest_point.rs2.06 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/lib.rs231 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter04/telem/src/util.rs441 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race00.rs2.52 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race01.rs2.56 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race02.rs2.17 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/data_races/data_race03.rs752 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/hopper_example/Cargo.toml152 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/hopper_example/src/main.rs1.09 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/bridge_problem.rs1.44 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/condvar_example01.rs1.25 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/rocket_problem.rs3.17 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/rwlock_example00.rs1.27 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter05/locks_examples/writer_example01.rs1.08 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/mpmc/Cargo.toml132 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/mpmc/src/main.rs1.06 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/Cargo.toml550 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/crossbeam_queue_spin.rs479 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/mutex_status_demo.rs1000 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/queue_spin.rs432 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/semaphore_demo.rs22 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/spin_mutex_status_demo.rs1.01 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/status_demo.rs1.01 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/bin/swap_mutex.rs2.04 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/lib.rs131 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/queue.rs6.22 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/semaphore.rs490 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter06/synchro/src/swap_mutex.rs1.55 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/Cargo.toml440 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/bin/conc_stack.rs1.69 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/bin/epoch_stack.rs1.72 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/bin/refcount.rs573 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/lib.rs18 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter07/treiber_stacks/src/refcount.rs2.18 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/.gitignore19 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/Cargo.toml180 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/individual/mod.rs5.24 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/individual/ringers.rs1.89 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/instruction.rs5 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/lib.rs132 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/feruscore/src/main.rs8.29 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/fixed_threads_tcp_server/Cargo.toml260 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/fixed_threads_tcp_server/src/bin/client.rs2.21 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/fixed_threads_tcp_server/src/bin/server.rs3.49 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/overwhelmed_tcp_server/Cargo.toml243 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/overwhelmed_tcp_server/src/bin/client.rs2.21 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/overwhelmed_tcp_server/src/bin/server.rs3.17 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/smalliters/Cargo.toml118 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/smalliters/src/lib.rs3.99 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/sniffer/Cargo.toml187 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/sniffer/src/bin/poor_threading.rs4.43 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter08/sniffer/src/bin/sniffer.rs4.58 KB
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/c_src/main.c643 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/Cargo.toml200 B
Brian L. Troutwine - Hands-On Concurrency with Rust - 2018/Hands-OnConcurrencywithRust_Code/Chapter09/embed_quantiles/Makefile638 B

Trackers

No trackers found.