Closed ldesgoui closed 5 years ago
Currently, buffer is allocated on the stack and copied to a String once over (alloc + Copy)
Can we just use C/String to allocate to heap and pass that as a result instead
Currently, buffer is allocated on the stack and copied to a String once over (alloc + Copy)
Can we just use C/String to allocate to heap and pass that as a result instead