mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 13:21:38 +02:00
🎉 Improve performance reducing unnecessary calls to set-objects
This commit is contained in:
parent
e012046f62
commit
7728d5b317
20 changed files with 360 additions and 180 deletions
|
@ -1,4 +1,4 @@
|
|||
use uuid::Uuid;
|
||||
use crate::uuid::Uuid;
|
||||
|
||||
pub fn uuid_from_u32_quartet(a: u32, b: u32, c: u32, d: u32) -> Uuid {
|
||||
let hi: u64 = ((a as u64) << 32) | b as u64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue