project-robius / robrix

A multi-platform Matrix chat client written in pure Rust using the Makepad UI toolkit and the Robius app dev framework
MIT License
93 stars 17 forks source link

Use `Arc` instead of `Box` for ruma types like `OwnedRoomId` #221

Closed kevinaboos closed 1 week ago

kevinaboos commented 1 week ago

Since we use these so prolifically, this reduces overall memory usage, allocation overhead, etc.