Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ bench_data
Function
bench_data
src/derive/vec.rs:360–362 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
358
mod test {
359
use std::collections::*;
360
fn bench_data<T: FromIterator<u8>>() -> T {
361
(0..=255).collect()
362
}
363
crate::bench_encode_decode!(
364
btree_set: BTreeSet<_>,
365
hash_set: HashSet<_>,
Callers
1
bench_binary_heap_decode
Function · 0.70
Calls
1
collect
Method · 0.45
Tested by
no test coverage detected