InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

ReSharper 4.5 Beta Promises Better Performance

Posted by Jon Arild Tørresdal on Mar 17, 2009

Sections
Enterprise Architecture,
Operations & Infrastructure,
Process & Practices,
Architecture & Design,
Development
Topics
.NET ,
Announcements
Tags
Refactoring ,
Visual Studio ,
Coding Standards

A few days ago ReSharper 4.5 Beta was released by JetBrains. This new version promise better performance and less memory consumption. New features include VB9 support, native MSTest support, "Go to Implementation" and improved compatibility with F#, Compact Framework and Silverlight.

Developers have complained about how slow Visual Studio becomes when having ReSharper installed. In this new version JetBrains promise 30% increase in performance for Solution or Web Site opening, 45% increase in code editing and 60% increase in search and navigation.

On their web site they explain the performance improvements in more detail:

We have managed to make ReSharper load and work faster and more smoothly in general, particularly on big (and we mean BIG) solutions. Wall-time measurements of solution loading show 20 to 40 percent acceleration until the solution is ready for code editing. Web site loading time has also been reduced by a third. A certain mixed-language solution consisting of about 15 thousand classes now takes only 70 seconds to load, and this includes making every ReSharper feature available. The list of significantly accelerated operations includes: renaming symbols, finding commonly used symbols, creating symbols from usage, and analyzing large XAML files. We've also cut down the volume of memory resources required to analyze jumbo autogenerated code files, which should especially benefit those who work with ASP.NET and LINQ to SQL.
Overall, the range of solutions that ReSharper is able to handle without degrading responsiveness is now wider than ever.

In previous releases the major focus has been on adding new features, but this release performance has been the number one priority:

We have moved on from extending the pool of ReSharper features to really scrutinizing its performance and memory usage — our key areas of focus when developing ReSharper 4.5.

They have however added some new features:

…in addition to significant achievements in these areas [performance], ReSharper 4.5 also brings a set of other improvements, including solution-wide code inspections, support for VB9, extended naming style configuration scheme, new and updated refactorings, and more.

No comments

Watch Thread Reply

Educational Content

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.