Optimize text logs #1887
Labels
🏹 arrow
concerning arrow
🚀 performance
Optimization, memory use, etc
⛃ re_datastore
affects the datastore itself
user-request
This is a pressing issue for one of our users
We currently decode a full
String
for each text entry in the UI. This becomes really expensive for large text logs. This should instead be a shallow clone (Arc
ed).We should also take the time to split
TextEntry
into two components:text
andlevel
.The text was updated successfully, but these errors were encountered: