Use an object pool to implement String
-passing
#56
Labels
refactoring
Improves code quality without touching features
String
-passing
#56
In the
UplinkDriver
s message mailbox, passed messages currently get copied around in memory. To improve performance, one could useheapless::Pool
as suggested in the book.The text was updated successfully, but these errors were encountered: