dustingetz / react-cursor

Immutable state for React.js
1.03k stars 50 forks source link

simplifies utils generateUUID for readibility and performance #28

Closed bbarr closed 9 years ago

bbarr commented 9 years ago

Hi folks, I know this would make the function name a bit misleading, but there is nothing distributed going on and the gains to be had are pretty significant.

jsperf demonstrating the obvious

Cheers!

bbarr commented 9 years ago

Updated to keep UUID generator as well as a simpler ID generator for when it is safe.

dustingetz commented 9 years ago

I'll take it if you inline the optimization and remove generateUUID altogether