Inline RoomBuffer::id to avoid cloning Arcs all the time
All checks were successful
CI / lint (push) Successful in 4m9s
CI / Build and test (, 1.73.0) (push) Successful in 5m17s
CI / Build and test (, beta) (push) Successful in 5m16s
CI / Build and test (, nightly) (push) Successful in 4m43s

It accounts for half the CPU time in release mode
This commit is contained in:
2023-12-17 17:53:47 +01:00
parent 143f144e2c
commit 115679d50d

View File

@ -588,6 +588,7 @@ impl Buffer for RoomBuffer {
})
}
#[inline]
fn id(&self) -> BufferId {
BufferId::Room(self.room_id.clone())
}