Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pcwalton
on June 10, 2014
|
parent
|
context
|
favorite
| on:
Comparing k-NN in Rust
Blech. I'm pretty sure LLVM, not the frontend, is inserting those null checks for some reason.
kzrdude
on June 10, 2014
[–]
The slice iterator yields `Option<&T>`, the None variant is represented by a null pointer. That's probably the null check.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: