Skip to main content

Improving Performance

  • Chapter
Expert .NET 1.1 Programming
  • 315 Accesses

Abstract

Performance has to be one of the most frequent worries among developers—no one wants their code to run visibly slowly. Despite the huge power of modern processors and large amounts of random access memory (RAM) available, it’s still not hard to design an application badly with the result that some bottleneck or piece of inefficient code causes a visible and unnecessary slowdown. As one obvious example, I never cease to be amazed when I ask Windows Explorer to delete one file, and it takes a couple of seconds to do so on my 2GHz-plus Athlon machine! Even without the burden of obviously poor design, some applications place such intensive demands on a system that considering performance when coding them is vitally important. Traditionally, games are the main candidates here, but the same applies to some more complex database queries, to intensive numerical code, and to areas such as regular-expression processing. Any operations that need to be performed over a network can also impact performance.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2004 Simon Robinson

About this chapter

Cite this chapter

Robinson, S. (2004). Improving Performance. In: Expert .NET 1.1 Programming. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-0726-9_6

Download citation

  • DOI: https://doi.org/10.1007/978-1-4302-0726-9_6

  • Publisher Name: Apress, Berkeley, CA

  • Print ISBN: 978-1-59059-222-9

  • Online ISBN: 978-1-4302-0726-9

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics