(no title)
vorador | 4 months ago
Rewriting everything in rust "for memory-safety" is a false tradeoff given the millions of lines of C code out there and the fact that rewrites always introduce new bugs.
vorador | 4 months ago
Rewriting everything in rust "for memory-safety" is a false tradeoff given the millions of lines of C code out there and the fact that rewrites always introduce new bugs.
testdelacc1|4 months ago
The vast majority of the conversation here is about GC and the performance implications of that. Please stick to the rest of the thread.
brucehoult|3 months ago
Not only that, but you can then use GC_FREE_SPACE_DIVISOR to tune RAM usage vs speed to your liking on a program by program (or even instance by instance) basis, something completely impossible with malloc().
vorador|4 months ago