The Go open source programming language has facilities to make working with concurrency easier than you might expect. 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.
Subtitled 'Tools and Techniques for Developers', the book covers how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
Author: Katherine Cox-buday Publisher: O'Reilly Date: August 2017 Pages: 238 ISBN: 978-1491941195 Print: 1491941197 Kindle: B0742NH2SG Audience: Go programmers Level: intermediate Category: Other Languages
- 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
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Learn Enough JavaScript to Be Dangerous
Author: Michael Hartl Publisher: Addison-Wesley Date: June 2022 Pages: 304 ISBN: 978-0137843749 Print: 0137843747 Kindle: B09RDSVV7N Audience: Would-be JavaScript developers Rating: 2 Reviewer: Mike James To be dangerous? Is this a good ambition?
|
Continuous Architecture In Practice (Addison-Wesley)
Author: Murat Erder, Pierre Pureur and Eoin Woods Publisher: Addison-Wesley Pages: 352 ISBN: 978-0136523567 Print: 0136523560 Kindle: B08ZRTQGLJ Audience: Software Architects Rating: 3 Reviewer: Kay Ewbank
This book sets out the case for why software architecture is more important than ever, and in p [ ... ]
| More Reviews |
|