diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-09 07:24:40 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-09 07:24:40 -0700 |
commit | e77157d316cde82faaa52dabfa66cd3253cb8abf (patch) | |
tree | 86667206dfda20dcee973afcc81e2adde8563c8d /file.lua | |
parent | ac4879bb850e2ce3ed9830cc3ff4286f36c0bad4 (diff) | |
download | view.love-e77157d316cde82faaa52dabfa66cd3253cb8abf.tar.gz |
speeding up copy, attempt 1
Problem: repeatedly copying (relatively large) sections of text quickly makes the app sluggish until it has to be killed. (Thanks John Blommers for the report.) When I instrument with prints, the sluggishness seems to happen in random draw() calls many times after I perform the copy. I don't know for sure, but I'm initially checking if the cause is garbage generated by repeated string concatenation. This attempt doesn't seem to make any difference.
Diffstat (limited to 'file.lua')
0 files changed, 0 insertions, 0 deletions