Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
CooCooCaCha
3 months ago
|
parent
|
context
|
favorite
| on:
Zlib-rs is faster than C
I wouldn’t go that far. Bevy for example, uses unsafe internally but is VERY strict about it, and every use of unsafe requires a comment explaining why the code is safe.
In other words, unsafe works if you use it carefully and keep it contained.
tonyhart7
3 months ago
[–]
right, the point is raising awareness and assumption its not 100 and 0 problem
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
In other words, unsafe works if you use it carefully and keep it contained.