StractOrg / stract

web search done right
https://stract.com
GNU Affero General Public License v3.0
1.94k stars 43 forks source link

Replay ToString with Display #134

Closed SekoiaTree closed 4 months ago

SekoiaTree commented 4 months ago

ToString is not recommended to be implemented manually, as Display is more general and gives ToString for free. I believe this also uses less memory copying, so it's slightly faster.