Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 1,126
- Management 1,121
- Development 1,088
- Application software 917
- Computer Science 780
- Computer networks 617
- Database management 610
- Data processing 539
- Business & Economics 517
- Computer programs 516
- Education 487
- Python (Computer program language) 477
- Cloud computing 472
- Economic conditions 461
- Leadership 451
- Machine learning 414
- Economic policy 402
- Operating systems (Computers) 395
- Economics 373
- Examinations 367
- Artificial intelligence 364
- Web site development 345
- Security measures 341
- Electrical & Computer Engineering 317
- History 313
- Computer software 311
- Java (Computer program language) 309
- Information technology 308
- Computer programming 307
- Programming 303
-
941Publicado 2017“…It focuses specifically on how to write benchmark tests in Go that capture micro benchmarks of your code's performance. Learn how to write benchmark tests in Go to capture micro benchmarks of your code's performance Understand the ways to benchmark your code (and nothing else) Uncover the secret ways the Go compiler tries to defeat you when you're running benchmarks Discover the ways to get around the traps the Go compiler sets when you're running benchmarks Learn how to avoid benchmarking setup/teardown code Explore methods for running profiles on your benchmarks to see what's going on under the hood Brian Ketelsen is the founder of the Gopher Academy, the parent group that manages GopherCon, the Go programming language conference. …”
-
942Publicado 2016Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Introduction: Why High Performance? -- Why does the performance of an application mean so much to so many? …”
Libro electrónico -
943Publicado 2016Tabla de Contenidos: “…The mobile web world -- Where to measure performance -- Web performance basics -- Measurement tools -- Performance APIs -- Optimizing for the first visit -- Optimizing after first load -- Optimizing responsiveness and the post-loading experience -- Responsive web design -- Extreme mobile web performance -- The native side of the web -- Mobile web performance checklist…”
Libro electrónico -
944por Nevarez, Benjamin. authorTabla de Contenidos: “…SQL Server In-Memory Technologies -- 7. Performance Troubleshooting -- 8. Indexing -- 9. SQL Server Storage…”
Publicado 2016
Libro electrónico -
945Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Learning Java 9 Underlying Performance Improvements -- Introducing the new features of Java 9 -- Modular development and its impact -- Quick introduction to modules -- String operations performance -- Compact string -- The world of heap -- Why bother compressing strings? …”
Libro electrónico -
946por Cornejo, Roger. authorTabla de Contenidos: “…Part I. Performance Tuning Basics -- 1. Traditional Approaches -- Part II. …”
Publicado 2018
Libro electrónico -
947Publicado 2019Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Preface -- 1 High-Performance Polymer Nanocomposites and Their Applications: State of Art and New Challenges -- 1.1 Liquid Crystal Polymers -- 1.2 Polyamide 4, 6, (PA4,6) -- 1.3 Polyacrylamide -- 1.4 Effect of Nanostructured Polyhedral Oligomeric Silsesquioxone on High Performance Poly(urethane-Imide) -- 1.5 Thermoplastic Polyimide -- 1.6 Performance Properties and Applications of Polytetrafluoroethylene (PTFE) -- 1.7 Advances in High-Performance Polymers Bearing Phthalazinone Moieties -- 1.8 Poly(ethylene Terephthalate)-PET and Poly(ethylene Naphthalate)-PEN -- 1.9 High-Performance Oil Resistant Blends of Ethylene Propylene Diene Monomer (EPDM) and Epoxydized Natural Rubber (ENR) -- 1.10 High Performance Unsaturated Polyester/ f-MWCNTs Nanocomposites Induced by F-Graphene Nanoplatelets -- References -- 2 Liquid Crystal Polymers -- 2.1 Introduction and History -- 2.2 Polymerization -- 2.2.1 Synthesis of Lyotropic LC Polymers -- 2.2.2 Synthesis of Thermotropic LC Polymers -- 2.3 Properties -- 2.3.1 Rheology -- 2.3.2 Dielectric Behavior -- 2.3.3 Magnetic Properties -- 2.3.4 Mechanical Properties -- 2.3.5 Phases and Morphology -- 2.4 Processing -- 2.4.1 Injection Molding -- 2.4.2 Extrusion -- 2.4.3 Free Surface Flow -- 2.4.4 LC Polymer Fiber Spinning -- 2.5 Blends Based on Liquid Crystal Polymers -- 2.6 Composites of Liquid Crystal Polymers -- 2.7 Applications -- 2.7.1 LC Polymers as Optoelectronic Materials -- 2.7.2 Liquid Crystalline Polymers in Displays -- 2.7.3 Sensors and Actuators -- 2.8 Environmental Impact and Recycling -- 2.9 Concluding Remarks and Future Trends -- Acknowledgment -- References -- 3 Polyamide 4,6, (PA4,6) -- 3.1 Introduction and History -- 3.2 Polymerization and Fabrication -- 3.3 Properties -- 3.4 Chemical Stability -- 3.5 Compounding and Special Additives…”
Libro electrónico -
948Publicado 2019“…You’ll learn how to confront the problems you might face with performance and application health in a Kubernetes environment. …”
Libro electrónico -
949Publicado 2020“…This practical, short book provides advice, tips, and best practice for improving website performance, ranging from quick, five-minute configuration changes to major website overhauls. …”
Libro electrónico -
950Publicado 2015Tabla de Contenidos: “…""Host limits""""Network limits""; ""Client limits""; ""Browser limits""; ""Performance variables""; ""Summary""; ""Index""…”
Libro electrónico -
951Publicado 2015Tabla de Contenidos: “…Introduction to Android Performance; Performance Matters to Your Users; Ecommerce and Performance; Beyond Ecommerce Sales; Performance Infrastructure Savings; The Ultimate Performance Fail: Outages; Performance as a Rolling Outage; Consumer Reaction to Performance Bugs; Smartphone Battery Life: The Canary in the Coal Mine…”
Libro electrónico -
952Publicado 2015Tabla de Contenidos: “…A profiling example - TweetStatsA profiling example - Inverted Index; RunSnakeRun; Installation; Usage; Profiling examples - the lowest common multiplier; A profiling example - search using the inverted index; Summary; Chapter 4: Optimize Everything; Memoization / lookup tables; Performing a lookup on a list or linked list; Simple lookup on a dictionary; Binary search; Use cases for lookup tables; Usage of default arguments; List comprehension and generators; ctypes; Loading your own custom C library; Loading a system library; String concatenation; Other tips and tricks; Summary…”
Libro electrónico -
953Publicado 2015Tabla de Contenidos: “…Preface -- Why performance test? -- Choosing an appropriate performance testing tool -- The fundamentals of effective application performance testing -- The process of performance testing -- Interpreting results: effective root-cause analysis -- Performance testing and mobile client -- End-user experience monitoring and performance -- Integrating external monitoring and performance testing -- Application technology and its impact on performance testing -- Conclusion -- Appendixes: A. …”
Libro electrónico -
954Publicado 2015Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Performance by Design; Use case classification; The user-facing software; Computational and data-processing tasks; A CPU bound computation; A memory bound task; A cache bound task; An input/output bound task; Online transaction processing; Online analytical processing; Batch processing; A structured approach to the performance; The performance vocabulary; Latency; Throughput; Bandwidth; Baseline and benchmark; Profiling; Performance optimization…”
Libro electrónico -
955Publicado 2014“…Using tactics and tools to make your case Web developers who propose performance enhancements often hear the same tune from management: performance is too much work, takes too long, costs too much, requires too much technical change, and pales in comparison to feature development. …”
-
956
-
957por Barker, TomTabla de Contenidos: “…State of the industry of responsive design -- Primer on performance of web applications -- Start with a plan -- The backend -- The frontend -- Continuous web performance testing -- Frameworks…”
Publicado 2014
Libro electrónico -
958Publicado 2015Materias: “…Performing arts Management…”
Libro electrónico -
959por Kloostra, Simon. author“…three search engine optimization and performance…”
Publicado 2015
Libro electrónico -
960Publicado 2017Tabla de Contenidos: “…Summary -- References -- Chapter 2: High-performance embedded computing -- 2.1. Introduction -- 2.2. …”
Libro electrónico