There are two additions to u8g2:
I have added "setBusClock" to allow manual tuning of the I2C (and SPI) clock speed. This function is already available in the u8g2 version of the Arduino IDE.
Another speed improvement is the upcoming option to update only parts of the screen. This is discussed here. This issue also contains some working code for this.
Oliver