Librería: ThriftBooks-Reno, Reno, NV, Estados Unidos de America
EUR 5,71
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Good. No Jacket. Former library book; Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less.
Librería: ThriftBooks-Dallas, Dallas, TX, Estados Unidos de America
EUR 5,71
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less.
Librería: World of Books (was SecondSale), Montgomery, IL, Estados Unidos de America
EUR 5,87
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: Good. Item in good condition and has highlighting/writing on text. Used texts may not contain supplemental items such as CDs, info-trac etc.
Librería: Goodwill Books, Hillsboro, OR, Estados Unidos de America
EUR 2,78
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: good. Signs of wear and consistent use.
Librería: The Maryland Book Bank, Baltimore, MD, Estados Unidos de America
Original o primera edición
EUR 2,29
Cantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Very Good. 1st Edition. Used - Very Good.
Librería: HPB-Red, Dallas, TX, Estados Unidos de America
EUR 4,43
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Librería: HPB-Red, Dallas, TX, Estados Unidos de America
EUR 4,43
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Acceptable. Connecting readers with great books since 1972. Used textbooks may not include companion materials such as access codes, etc. May have condition issues including wear and notes/highlighting. We ship orders daily and Customer Service is our top priority!
Idioma: Inglés
Publicado por Pragmatic Programmers, LLC, The, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: Better World Books: West, Reno, NV, Estados Unidos de America
EUR 9,09
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: Good. Pages intact with minimal writing/highlighting. The binding may be loose and creased. Dust jackets/supplements are not included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good.
Librería: Goodwill of Silicon Valley, SAN JOSE, CA, Estados Unidos de America
EUR 7,97
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: acceptable. Supports Goodwill of Silicon Valley job training programs. The cover and pages are in Acceptable condition! Any other included accessories are also in Acceptable condition showing use. Use can include some highlighting and writing, page and cover creases as well as other types visible wear such as cover tears discoloration, staining, marks, scuffs, etc. All pages intact.
Librería: Half Price Books Inc., Dallas, TX, Estados Unidos de America
EUR 8,86
Cantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!
Librería: HPB Inc., Dallas, TX, Estados Unidos de America
EUR 8,86
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!
Idioma: Inglés
Publicado por Pragmatic Programmers, LLC, The, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: TextbookRush, Grandview Heights, OH, Estados Unidos de America
EUR 11,20
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: Very Good. Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping and receive in 2-5 business days within the United States. See our member profile for customer support contact info. We have an easy return policy.
Librería: Lake Country Books and More, Excelsior, MN, Estados Unidos de America
EUR 8,87
Cantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Very Good. Estado de la sobrecubierta: None as issued. Solid copy with unmarked text. Mild wear to corner tips of covers and some pages. Cover is glossy with bend mark along spine on front from being opened. University bookstore sticker on back. Binding is tight and square; no creases to spine. We are unable to ship oversize books and multi-volume sets internationally.
Librería: WorldofBooks, Goring-By-Sea, WS, Reino Unido
EUR 20,23
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
EUR 28,32
Cantidad disponible: 2 disponibles
Añadir al carritoPAP. Condición: Used - Very Good. Used - Like New Book. Shipped from UK. Established seller since 2000.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 30,73
Cantidad disponible: 2 disponibles
Añadir al carritoCondición: New.
Idioma: Inglés
Publicado por The Pragmatic Programmers, Raleigh, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: Grand Eagle Retail, Bensenville, IL, Estados Unidos de America
EUR 33,08
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Paperback. Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computers GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code. This book will show you how to exploit different parallel architectures to improve your codes performance, scalability, and resilience. Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it. Youll learn about the untapped potential within every GPU and how GPGPU software can unleash it. Youll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed. With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, youll be empowered to tackle any problem with confidence. What You Need: The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Idioma: Inglés
Publicado por The Pragmatic Programmers, US, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: Rarewaves.com USA, London, LONDO, Reino Unido
EUR 33,09
Cantidad disponible: 9 disponibles
Añadir al carritoPaperback. Condición: New. Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code. This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience. Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365.Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it. You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed. With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence. What You Need: The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
EUR 33,16
Cantidad disponible: 15 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. Established seller since 2000.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 31,00
Cantidad disponible: 2 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
EUR 30,43
Cantidad disponible: 2 disponibles
Añadir al carritoPAP. Condición: Used - Very Good. Used - Like New Book. Shipped from UK. Established seller since 2000.
EUR 30,43
Cantidad disponible: 15 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. Established seller since 2000.
Librería: California Books, Miami, FL, Estados Unidos de America
EUR 39,90
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: Speedyhen LLC, Hialeah, FL, Estados Unidos de America
EUR 46,58
Cantidad disponible: 4 disponibles
Añadir al carritoCondición: NEW.
Librería: Ria Christie Collections, Uxbridge, Reino Unido
EUR 32,71
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 30,14
Cantidad disponible: 2 disponibles
Añadir al carritoCondición: New.
Idioma: Inglés
Publicado por Pragmatic Bookshelf 7/10/2014, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 49,39
Cantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Seven Concurrency Models in Seven Weeks: When Threads Unravel. Book.
Idioma: Inglés
Publicado por The Pragmatic Programmers, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
EUR 30,32
Cantidad disponible: 14 disponibles
Añadir al carritoPaperback / softback. Condición: New. New copy - Usually dispatched within 4 working days.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 33,63
Cantidad disponible: 3 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Idioma: Inglés
Publicado por The Pragmatic Programmers, US, 2014
ISBN 10: 1937785653 ISBN 13: 9781937785659
Librería: Rarewaves USA, OSWEGO, IL, Estados Unidos de America
EUR 54,32
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code. This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience. Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365.Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it. You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed. With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence. What You Need: The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.