mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
4eefce356d
I realized, that 30% of the request time in our app is spent by hydrating the uuid (We are using Doctrine and in this specific request I was accidentally hydrating few thousands entities). Luckily, I remembered the #160 and tried to do similar optimization for uuid decoding. It resulted in 10-20% performance improvement.