# How to increase Processing's processing power?

**URL:** https://discourse.processing.org/t/how-to-increase-processings-processing-power/15851
**Category:** Coding Questions
**Created:** [November 26, 2019, 11:24pm UTC](https://discourse.processing.org/t/how-to-increase-processings-processing-power/15851 "2019-11-26T23:24:31Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![micycle](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/micycle/32/201_2.png) [@micycle](https://discourse.processing.org/u/micycle)
#### Post date: [November 27, 2019, 11:14am UTC](https://discourse.processing.org/t/how-to-increase-processings-processing-power/15851/3 "2019-11-27T11:14:33Z")

</div>

Some other suggestions:

- Use `FX2D` / `P2D` renderer modes.
- Cache rasterisation (calls to `rect()`, etc.) into `PImage` objects.
- Use [PThreading](https://discourse.processing.org/t/pthreading-a-framework-for-multithreaded-drawing-in-processing/14782) (for multithreaded drawing).

---

_[View the full topic](https://discourse.processing.org/t/how-to-increase-processings-processing-power/15851)._
