knexer / auto-puzzler

A simple game about writing code to assist in solving puzzles, built to learn React.
0 stars 0 forks source link

Figure out perf things #28

Open knexer opened 1 year ago

knexer commented 1 year ago

Already seeing some clear dropped frames, that kind of things. Feels a bit like GC, but could also be heavy relayout or a ton of copying from taking snapshots or something. Really, who knows? Figure out how to use profiling tools and stuff.