Email or username:

Password:

Forgot your password?
1 post total
Niklas Korz

Guess #Zed is not the most memory efficient editor after all, despite being written in #RustLang.

On a *completely* unrelated note, did you know that leaking memory in Rust is not considered unsafe?

Show previous comments
FSMaxB

@niklaskorz Wow, this macOS pop-up is nice. I would like to have something like that on Linux instead of the entire system freezing up for a potentially long amount of time (especially if there is a swap partition) and then randomly killing processes until the system works again.

PtiBouchon

@niklaskorz
I do recommend reading faultlore.com/blah/everyone-po about the Leakpocalypse and what was the issue in rust back then to understand a bit more about why it is this way

Moana Rijndael 🍍🍕

@niklaskorz because it's not. Memory leak cannot cause RCE, or DoS. It's just a performance bug, but not safety issue

Go Up