//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @jimpick.com
Record
by @atsui.org
+ new component
Post
Just saved 15% of CPU frame-budget by just caching a rectangle comparison into a bool. 😅 Whenever I audit code, most of the time performances are stuck into computations that could be cached once at load time. Second to that is devs not batching draw calls (it's more frequent than you think).
18h
Thomas Altenburger