Remix.run Logo
jbk 5 hours ago

Because it's 5 times more complex, you need to get the maximum performance available. Therefore more ASM than ever.

Rust does not bring more performance. Just more safety.

LoganDark 3 hours ago | parent [-]

The safety can be worth it in certain cases. Like when handling untrusted input. And it's not just Rust: look at WUFFS for example. WUFFS can actually rival handwritten implementations in certain cases.

xp84 2 hours ago | parent | next [-]

Are video codecs in the present day able to be sandboxed? In my fantasies at least I’d like the worst a malicious video file can do is cause garbage output or cause the codec to crash.

Forgive the ignorance, I have worked entirely in the abstracted layers of the stack, and mostly web.

throawayonthe 2 hours ago | parent | prev [-]

but not these cases

IshKebab an hour ago | parent [-]

I don't see why not. What makes you think this is unique?