Anonymous
6/24/2025, 5:25:37 PM
No.105690927
>>105690648
>it's best to have a low level language manage memory and architecture and you interop with python. this is something you haven't done and it's obvious
I've used gc (garbage collector) in MicroPython to manually manage memory on constrained hardware. I've also worked with C# for use in streamer.bot but desu, most my logic is in python
>it's best to have a low level language manage memory and architecture and you interop with python. this is something you haven't done and it's obvious
I've used gc (garbage collector) in MicroPython to manually manage memory on constrained hardware. I've also worked with C# for use in streamer.bot but desu, most my logic is in python