Limit this search to....

Concurrency in Go: Tools and Techniques for Developers
Contributor(s): Cox-Buday, Katherine (Author)
ISBN: 1491941197     ISBN-13: 9781491941195
Publisher: O'Reilly Media
OUR PRICE:   $47.49  
Product Type: Paperback - Other Formats
Published: September 2017
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - C
- Computers | Programming - Open Source
Dewey: 005.133
LCCN: 2017449989
Physical Information: 0.5" H x 7" W x 9.1" (0.80 lbs) 238 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you're a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.

Author Katherine Cox-Buday takes you step-by-step through the process. You'll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you need to confidently write and implement concurrent systems of any size.

  • Understand how Go addresses fundamental problems that make concurrency difficult to do correctly
  • Learn the key differences between concurrency and parallelism
  • Dig into the syntax of Go's memory synchronization primitives
  • Form patterns with these primitives to write maintainable concurrent code
  • Compose patterns into a series of practices that enable you to write large, distributed systems that scale
  • Learn the sophistication behind goroutines and how Go's runtime stitches everything together

Contributor Bio(s): Cox-Buday, Katherine: -

Katherine is a computer scientist currently working at Simple. Her hobbies include software engineering, creative writing, Go (igo, baduk, weiquei), and music, all of which she pursues intermittently and with various levels of dedication.