Files
rust/src
Ulrik Sverdrup 5a3aa2f73c str: Improve .chars().count()
Use a simpler loop to count the `char` of a string: count the
number of non-continuation bytes. Use `count += <conditional>` which the
compiler understands well and can apply loop optimizations to.
2016-11-19 23:46:39 +01:00
..
2016-11-16 22:42:07 +01:00
2016-11-19 23:46:39 +01:00
2016-11-17 08:16:32 +00:00
2016-11-16 21:13:44 +01:00
2016-11-06 18:20:38 +01:00
2016-11-08 07:32:05 -08:00
2016-11-18 11:31:44 +01:00