Jordan r lim (10 risultati)

Lingua: Inglese
Editore: Independently published, 2026
- Brossura
Da: PBShop.store US, Wood Dale, IL, U.S.A.PBShop.store US
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 28,61
Spedizione gratuitaSpedito in U.S.A.Quantità: Più di 20 disponibili
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

Lingua: Inglese
Editore: Independently published, 2026
- Brossura
Da: PBShop.store US, Wood Dale, IL, U.S.A.PBShop.store US
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 29,63
Spedizione gratuitaSpedito in U.S.A.Quantità: Più di 20 disponibili
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

Lingua: Inglese
Editore: Independently published, 2026
- Brossura
Da: PBShop.store UK, Fairford, GLOS, Regno UnitoPBShop.store UK
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 26,15
EUR 4,86 spedizioneSpedito da Regno Unito a U.S.A.Quantità: Più di 20 disponibili
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

Lingua: Inglese
Editore: Independently published, 2026
- Brossura
Da: PBShop.store UK, Fairford, GLOS, Regno UnitoPBShop.store UK
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 27,25
EUR 4,86 spedizioneSpedito da Regno Unito a U.S.A.Quantità: Più di 20 disponibili
PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

Lingua: Inglese
Editore: Independently published, 2026
- Brossura
- Print on Demand
Da: California Books, Miami, FL, U.S.A.California Books
Contatta il venditoreVenditore con 4 stelleCondizione: Nuovo
EUR 20,45
Spedizione gratuitaSpedito in U.S.A.Quantità: Più di 20 disponibili
Condizione: New. Print on Demand.

Lingua: Inglese
Editore: Independently published, 2026
- Brossura
- Print on Demand
Da: California Books, Miami, FL, U.S.A.California Books
Contatta il venditoreVenditore con 4 stelleCondizione: Nuovo
EUR 21,34
Spedizione gratuitaSpedito in U.S.A.Quantità: Più di 20 disponibili
Condizione: New. Print on Demand.

Lingua: Inglese
Editore: Independently Published, 2026
- Brossura
- Print on Demand
Da: Grand Eagle Retail, Bensenville, IL, U.S.A.Grand Eagle Retail
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 22,73
Spedizione gratuitaSpedito in U.S.A.Quantità: 1 disponibili
Paperback. Condizione: new. Paperback. C++ is running the world. Most developers are still using yesterday's version of it.Book 1 of the C++26 Mastery Series delivers a systematic, professionally researched guide to the complete modern C++ language-from its foundational philosophy through the landmark additions of the 2026 stand…ard. This is not a beginner's tutorial. It is the book that bridges the gap between developers who write working C++ and developers who write excellent C++.Eight focused chapters build expertise with intention. You will understand why C++ makes the design decisions it does, configure a production-grade toolchain with CMake, Clang, and sanitizers, and master the core language-from type deduction and modules through compile-time programming and std:: expected. Memory management is treated as a discipline: object lifetimes, RAII, smart pointers, and the rules governing undefined behavior all receive rigorous, practical coverage.Object-oriented class design goes far beyond syntax, grounded in invariants and ownership semantics. Templates, concepts, the Ranges library, and C++26's static reflection system are developed from first principles to real-world application. Software design principles-SOLID, coupling, cohesion, design patterns-are applied with concrete, compiling examples. A complete capstone application ties every technique together, fully tested, benchmarked, and documented.Every code example compiles cleanly with maximum warnings enabled. Every claim reflects how the language actually behaves.For C++ developers ready to close the gap between functional code and professional-grade software-and to use C++26 the way it was designed to be used-this is the starting point. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

Lingua: Inglese
Editore: Independently Published, 2026
- Brossura
- Print on Demand
Da: Grand Eagle Retail, Bensenville, IL, U.S.A.Grand Eagle Retail
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 23,63
Spedizione gratuitaSpedito in U.S.A.Quantità: 1 disponibili
Paperback. Condizione: new. Paperback. Your code compiles. Your tests pass. But on production hardware it runs a fraction as fast as it should. The gap between a C++ program that works and one that genuinely performs is the C++26 concurrency model, the memory hierarchy, atomic memory ordering, and SIMD data parallelism - the top…ics most books skip or skim.High-Performance C++26 Engineering closes that gap, chapter by chapter, with working code, real measurements, and a discipline that starts with profiling and ends with provably correct concurrent design.Inside this book you will: Build an accurate mental model of CPU pipelines, cache hierarchies, and the memory wall - and learn to measure what actually costs time with Google Benchmark and perf flame graphsApply data-oriented design, SoA layout, arena allocators, and std:: pmr to eliminate allocation churn and cache missesMaster the C++ memory model: happens-before, acquire/release semantics, and CAS-based lock-free programming - explained without hand-wavingUse std:: jthread, mutexes, semaphores, latches, and barriers to build correct, scalable multithreaded systemsCompose asynchronous pipelines with std:: execution - C++26's standardized sender/receiver framework - for structured, cancellable, testable async codeExploit data parallelism with parallel STL algorithms and std:: simd, the portable C++26 SIMD abstractionWalk through a complete capstone application that reaches 11 its baseline throughput through a measured sequence of targeted optimizationsWritten for professional C++ engineers and systems programmers who already know the language and are ready to master the machine beneath it. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

Lingua: Inglese
Editore: Independently Published, 2026
- Brossura
- Print on Demand
Da: CitiRetail, Stevenage, Regno UnitoCitiRetail
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 30,08
EUR 43,24 spedizioneSpedito da Regno Unito a U.S.A.Quantità: 1 disponibili
Paperback. Condizione: new. Paperback. C++ is running the world. Most developers are still using yesterday's version of it.Book 1 of the C++26 Mastery Series delivers a systematic, professionally researched guide to the complete modern C++ language-from its foundational philosophy through the landmark additions of the 2026 stand…ard. This is not a beginner's tutorial. It is the book that bridges the gap between developers who write working C++ and developers who write excellent C++.Eight focused chapters build expertise with intention. You will understand why C++ makes the design decisions it does, configure a production-grade toolchain with CMake, Clang, and sanitizers, and master the core language-from type deduction and modules through compile-time programming and std:: expected. Memory management is treated as a discipline: object lifetimes, RAII, smart pointers, and the rules governing undefined behavior all receive rigorous, practical coverage.Object-oriented class design goes far beyond syntax, grounded in invariants and ownership semantics. Templates, concepts, the Ranges library, and C++26's static reflection system are developed from first principles to real-world application. Software design principles-SOLID, coupling, cohesion, design patterns-are applied with concrete, compiling examples. A complete capstone application ties every technique together, fully tested, benchmarked, and documented.Every code example compiles cleanly with maximum warnings enabled. Every claim reflects how the language actually behaves.For C++ developers ready to close the gap between functional code and professional-grade software-and to use C++26 the way it was designed to be used-this is the starting point. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.

Lingua: Inglese
Editore: Independently Published, 2026
- Brossura
- Print on Demand
Da: CitiRetail, Stevenage, Regno UnitoCitiRetail
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 31,28
EUR 43,24 spedizioneSpedito da Regno Unito a U.S.A.Quantità: 1 disponibili
Paperback. Condizione: new. Paperback. Your code compiles. Your tests pass. But on production hardware it runs a fraction as fast as it should. The gap between a C++ program that works and one that genuinely performs is the C++26 concurrency model, the memory hierarchy, atomic memory ordering, and SIMD data parallelism - the top…ics most books skip or skim.High-Performance C++26 Engineering closes that gap, chapter by chapter, with working code, real measurements, and a discipline that starts with profiling and ends with provably correct concurrent design.Inside this book you will: Build an accurate mental model of CPU pipelines, cache hierarchies, and the memory wall - and learn to measure what actually costs time with Google Benchmark and perf flame graphsApply data-oriented design, SoA layout, arena allocators, and std:: pmr to eliminate allocation churn and cache missesMaster the C++ memory model: happens-before, acquire/release semantics, and CAS-based lock-free programming - explained without hand-wavingUse std:: jthread, mutexes, semaphores, latches, and barriers to build correct, scalable multithreaded systemsCompose asynchronous pipelines with std:: execution - C++26's standardized sender/receiver framework - for structured, cancellable, testable async codeExploit data parallelism with parallel STL algorithms and std:: simd, the portable C++26 SIMD abstractionWalk through a complete capstone application that reaches 11 its baseline throughput through a measured sequence of targeted optimizationsWritten for professional C++ engineers and systems programmers who already know the language and are ready to master the machine beneath it. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.