about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-09 07:24:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-09 07:24:40 -0700
commite77157d316cde82faaa52dabfa66cd3253cb8abf (patch)
tree86667206dfda20dcee973afcc81e2adde8563c8d /README.md
parentac4879bb850e2ce3ed9830cc3ff4286f36c0bad4 (diff)
downloadtext.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 'README.md')
0 files changed, 0 insertions, 0 deletions