Jump to ratings and reviews
Rate this book

Высокопроизводительный код на платформе .NET. 2-е издание

Rate this book
Хотите выжать из вашего кода на .NET максимум производительности? Эта книга развеивает мифы о CLR, рассказывает, как писать код, который будет просто летать. Воспользуйтесь ценнейшим опытом специалиста, участвовавшего в разработке одной из крупнейших .NET-систем в мире.
В этом издании перечислены все достижения и улучшения, внесенные в .NET за последние несколько лет, в нем также значительно расширен охват инструментов, содержатся дополнительные темы и руководства.

Вот лишь некоторые из тем, рассматриваемых в книге:

•Различные способы анализа куч и выявления проблем, связанных с памятью.
•Профессиональное использование Visual Studio и других инструментов.

741 pages, Kindle Edition

First published July 11, 2014

172 people are currently reading
356 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
144 (49%)
4 stars
99 (34%)
3 stars
39 (13%)
2 stars
8 (2%)
1 star
0 (0%)
Displaying 1 - 6 of 6 reviews
Profile Image for Jon.
174 reviews7 followers
July 9, 2018
Great book with lots of good advice on how to get the most performance out of your .NET application. Usually performance isn't the first thing I'm thinking about for applications I write. But now when I write code I will definitely think about the performance considerations for the code I write. Although normally performance isn't that big of a problem since my applications don't need to serve hundreds of thousands of customers.
Profile Image for Gabriel Santos.
62 reviews12 followers
October 27, 2019
Essencial a todo programador C# que trabalhe com sistemas onde alcançar melhores níveis de performance seja primordial.
Profile Image for Sergey Ignatchenko.
Author 3 books9 followers
December 11, 2016
If considering the book as a collection of best performance-related practices - it is pretty good. You cannot go too wrong using its advice.

On the other hand, if considering it as a book with non-trivial insights - TBH, given the author's access to MS teams, I expected a bit more. Chapter 2 on GC is pretty good (kudos!) but the rest is not exactly inspiring. Also benchmarks are too few and far between (and counting asm instructions is not a substitute for benchmarks on modern CPUs where single instruction can get anywhere between less-than-1 and 100+ cycles).

Still, IMO qualifies as very solid 4 stars.
438 reviews5 followers
November 18, 2020
good stuff, nothing ground-breaking, but brings most of the performance related discussions under one roof (GC, JIT, ETW, etc)

some API suggestions aren't relevant anymore (with .net core / 5 performance improvements)
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.