AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Using TK in a Dev Cycle
A lot of the work, the initial work that we did was essentially just to like reduce the amount of data that was being passed over that module boundary. So a lot of what we ended up doing was kind of like avoiding like allocating new memory and sort of like sharing the memory between the host and the Wausen module more efficiently. And so one of the major optimizations we did was basically to say like, okay, let's sort of like create a buffer in memory that is like the scratch space to write any data that we need to pass across the boundary to rather than what we were doing before.