Speedometer icon indicating copy to clipboard operation
Speedometer copied to clipboard

Svelte spends ~2% in uuid

Open camillobruni opened this issue 2 months ago • 0 comments

We should probably make this a bit more efficient and not rely on uuid that much:

https://github.com/WebKit/Speedometer/blob/main/resources/todomvc/architecture-examples/svelte/src/utils.js

https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID might be a better alternative nowadays.

camillobruni avatar Oct 21 '25 09:10 camillobruni