diff --git a/README.md b/README.md
index adfc311..8a88b4a 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,13 @@ The player has its own playlist file format that is similar to extended m3u. [WO
| Synchronisation between devices | This should be pretty hard to implement and idk. if i will ever make it, but synchronisation could be pretty practical e.g. if you have multiple audio systems in different rooms. | Not Implemented |
| Audio visualization | Firstly, rather simple audio visualization like an oscilloscope would be cool, also something more complicated like [ProjectM](https://github.com/projectM-visualizer/projectm) could be integrated. | Not Implemented |
+### Performance
+
+Currently, Wobuzz is relatively CPU-friendly in comparison to other audio players, but not RAM-friendly.
+In comparison to Audacious, Wobuzz uses half as much CPU, but more than double the RAM.
+This is because Audacious loads the audio only partially, while Wobuzz loads the entire track and the following one.
+In the future, this may get optimized and CPU-usage could increase due to more features.
+
## Installation
### Release installation