Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Tyler (tyler@nicecrew.digital)'s status on Sunday, 02-Aug-2026 04:02:43 JST
TylerCc @theorytoe might know but i don't personally off the top of my head if you're like asking about calling c from whatever lang
Afaik since your parameters are typed if you pass the literal data you might be moving a lot more data in and out of memory instead of just passing a pointer to the memory you intend the function to do something with, like normal convention