Andrei Ciobanu

Results 1 issues of Andrei Ciobanu

I think the problem lies in the fact that the C code is using `malloc()` (a lot). Which is not exactly as "performant" as the `new ...` in Java. For...