Click here to Skip to main content
15,906,329 members
Articles / General Programming / Optimization

Roslyn code base - performance lessons (part 2)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
16 Sep 2016CPOL5 min read 9.9K   1  
In my previous post, I talked about some of the general performance lessons that can be learnt from the Roslyn project. This post builds on that and looks at specific examples from the code base.Generally the performance gains within Roslyn come down to one thing: Ensuring the garbage colle

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions