logoalt Hacker News

simonwtoday at 2:34 PM1 replyview on HN

One metric I thought might be interesting with respect to the Rust rewrite is the number of "unsafe" occurrences in the code.

I was optimistic those would be going down over time but it looks like they've stayed pretty constant: https://news.ycombinator.com/item?id=48966569#48967630


Replies

pohltoday at 2:48 PM

Does that data exclude FFI wrappers, which necessarily must be unsafe? If not, don’t put much stock in it.

show 1 reply