Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dbaupp
on June 10, 2014
|
parent
|
context
|
favorite
| on:
Comparing k-NN in Rust
The unwraps are not memory unsafe, unlike avoiding bounds checks. In any case, rewriting to avoid them isn't so hard:
http://huonw.github.io/2014/06/11/error-handling-in-rust-knn...
(Notably, since it's all in the types, you're guaranteed to not ignore any errors.)
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(Notably, since it's all in the types, you're guaranteed to not ignore any errors.)