You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
Right now the implementation using v4 uuid , since Node 14.17.0 there were crypto.randomUUID introduced, that is by 3 times faster by benchmarks than v4.
Any plans on adding crypto.randomUUID implementation for this package?