Library PHP Tek 2025 Processing One Billion Rows in PHP
Processing One Billion Rows in PHP

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Processing One Billion Rows in PHP

Florian Engelhardt Florian Engelhardt PHP Tek 2025 Intermediate (some prior knowledge necessary) Standard (50 minutes)

The 1brc is "a fun exploration of how quickly 1B rows from a text file can be aggregated with Java", but let's face it, we should be able to do this in PHP too, right? Join me and let's see how fast we can actually aggregate 1B rows in PHP and learn about optimising the performance of PHP software along the way.