Skip to content

Instantly share code, notes, and snippets.

@thomcc
Created July 5, 2020 22:59
Show Gist options
  • Select an option

  • Save thomcc/295103cce7fe4532cc64748b0e28c85c to your computer and use it in GitHub Desktop.

Select an option

Save thomcc/295103cce7fe4532cc64748b0e28c85c to your computer and use it in GitHub Desktop.
test ascii::is_ascii::long::case00_libcore ... bench: 15 ns/iter (+/- 5) = 466000 MB/s
test ascii::is_ascii::long::case01_iter_all ... bench: 137 ns/iter (+/- 54) = 51021 MB/s
test ascii::is_ascii::long::case02_align_to ... bench: 19 ns/iter (+/- 3) = 367894 MB/s
test ascii::is_ascii::long::case03_align_to_unrolled ... bench: 15 ns/iter (+/- 2) = 466000 MB/s
test ascii::is_ascii::medium::case00_libcore ... bench: 3 ns/iter (+/- 1) = 10666 MB/s
test ascii::is_ascii::medium::case01_iter_all ... bench: 12 ns/iter (+/- 4) = 2666 MB/s
test ascii::is_ascii::medium::case02_align_to ... bench: 6 ns/iter (+/- 0) = 5333 MB/s
test ascii::is_ascii::medium::case03_align_to_unrolled ... bench: 5 ns/iter (+/- 1) = 6400 MB/s
test ascii::is_ascii::short::case00_libcore ... bench: 5 ns/iter (+/- 1) = 1400 MB/s
test ascii::is_ascii::short::case01_iter_all ... bench: 4 ns/iter (+/- 1) = 1750 MB/s
test ascii::is_ascii::short::case02_align_to ... bench: 4 ns/iter (+/- 0) = 1750 MB/s
test ascii::is_ascii::short::case03_align_to_unrolled ... bench: 5 ns/iter (+/- 1) = 1400 MB/s
test ascii::is_ascii::unaligned_both::case00_libcore ... bench: 2 ns/iter (+/- 0) = 15000 MB/s
test ascii::is_ascii::unaligned_both::case01_iter_all ... bench: 11 ns/iter (+/- 3) = 2727 MB/s
test ascii::is_ascii::unaligned_both::case02_align_to ... bench: 11 ns/iter (+/- 3) = 2727 MB/s
test ascii::is_ascii::unaligned_both::case03_align_to_unrolled ... bench: 10 ns/iter (+/- 4) = 3000 MB/s
test ascii::is_ascii::unaligned_head::case00_libcore ... bench: 3 ns/iter (+/- 0) = 10333 MB/s
test ascii::is_ascii::unaligned_head::case01_iter_all ... bench: 13 ns/iter (+/- 5) = 2384 MB/s
test ascii::is_ascii::unaligned_head::case02_align_to ... bench: 10 ns/iter (+/- 3) = 3100 MB/s
test ascii::is_ascii::unaligned_head::case03_align_to_unrolled ... bench: 10 ns/iter (+/- 2) = 3100 MB/s
test ascii::is_ascii::unaligned_tail::case00_libcore ... bench: 2 ns/iter (+/- 0) = 15500 MB/s
test ascii::is_ascii::unaligned_tail::case01_iter_all ... bench: 10 ns/iter (+/- 3) = 3100 MB/s
test ascii::is_ascii::unaligned_tail::case02_align_to ... bench: 11 ns/iter (+/- 2) = 2818 MB/s
test ascii::is_ascii::unaligned_tail::case03_align_to_unrolled ... bench: 10 ns/iter (+/- 2) = 3100 MB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment