about summary refs log tree commit diff
path: root/library/core/benches
AgeCommit message (Expand)AuthorLines
2021-09-11benchmark for str.chars().count()The8472-0/+34
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-4/+4
2021-03-18add benchThe8472-0/+13
2021-03-17Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplettbors-0/+30
2021-03-05Auto merge of #74024 - Folyd:master, r=m-ou-sebors-6/+38
2021-02-26Add two more benchmarks for strictly ASCII and non ASCII casesMiccah Castorina-2/+22
2021-02-26Add to_lowercase and to_uppercase char benchmarksMiccah Castorina-0/+10
2021-02-08Unify way to flip 6th bit. (Same assembly generated)Giles Cope-2/+4
2021-02-06Slight perf improvement on char::to_ascii_lowercaseGiles Cope-0/+10
2021-01-30Improve slice.binary_search_by()'s best-case performance to O(1)Folyd-6/+38
2021-01-08Add more benchmarkskadmin-1/+23
2020-10-18Remove redundant 'static from library cratesest31-3/+3
2020-09-28Use more efficient scheme for display u128/i128kadmin-0/+29
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-32/+66
2020-07-27mv std libs to library/mark-0/+1552