I was wondering how I could 'optimize' my mpu6050 so I can read as much samples as fast as possible. which registers do I need to configure?
You can do FIFO reads and have the MPU trigger your code when data is ready to be read.
Will you be using an 8 bit Uno to calculate floating points?
See if this helps.