|
|
|
|
|
by paavohtl
2378 days ago
|
|
get_unchecked() is marked as an #[inline] function (like most other low level primitives), and through the magic of compiler optimization it should have exactly 0 overhead. The function should most likely compile down to a single CPU instruction. |
|