# 'With' Statement Performance

**URL:** https://forum.kirupa.com/t/with-statement-performance/291697
**Category:** open source
**Created:** [July 3, 2009, 10:48am UTC](https://forum.kirupa.com/t/with-statement-performance/291697 "2009-07-03T10:48:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dVyper](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/dvyper/32/3568_2.png) [@dVyper](https://forum.kirupa.com/u/dVyper)
#### Post date: [July 3, 2009, 10:48am UTC](https://forum.kirupa.com/t/with-statement-performance/291697/1 "2009-07-03T10:48:37Z")

</div>

I’ve recently posted on my blog about the use of the ‘with’ statement. I found that while use of the ‘with’ statement can make writing and reading code easier, it isn’t necessarily faster.

[www.fatal-exception.co.uk/articles/with-statement-performance](http://www.fatal-exception.co.uk/articles/with-statement-performance)
