December 2019
Intermediate to advanced
346 pages
9h 8m
English
In the last chapter, we discussed thread-safe concurrent collections in C#. Concurrent collections help to improve the performance of parallel code without having a developer worry about synchronization overheads.
In this chapter, we will discuss some more concepts that help to improve the performance of code, both using custom implementations as well as using built-in constructs. Here are the topics we are going to discuss during this chapter:
Let's get started by introducing ...
Read now
Unlock full access