TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Updated benchmark: capnproto-rust vs. c++
77 points
by
dwrensha
over 11 years ago
3 comments
steveklabnik
over 11 years ago
Collapse
I wonder if it'd be instructive to have a Ruby or Python benchmark too, just to show how much you gain by using a lower-level language.
评论 #7067474 未加载
评论 #7068425 未加载
评论 #7068045 未加载
评论 #7071673 未加载
pjmlp
over 11 years ago
Collapse
Quite good results, given that Rust is still quite a young language.
评论 #7068886 未加载
benth
over 11 years ago
For the "catrank" case, could you use std::str::raw::from_utf8 to skip the utf-8 validity check?