Y
Hacker News
new
|
ask
|
show
|
jobs
by
InGodsName
2725 days ago
Does it have additional overheard compared to rolling in C/c++?
1 comments
bluejekyll
2725 days ago
Right now, the only additional overhead I can think of would be on transforms from Rust style Strings and &str's to C style CString and CStr's.
Beyond that, I think it should be nearly identical with C/C++.
link
Beyond that, I think it should be nearly identical with C/C++.