The 8472
c640f31c9f
avoid string validation in rustc_serialize, check a marker byte instead
...
since the serialization format isn't self-describing we need a way to detect
when encoder and decoder don't match up. but that doesn't have to
be utf8 validation for strings, which does cost a few % of performance.
Instead we can use a marker byte at the end to be reasonably
sure that we're dealing with a string and it wasn't overwritten in some
way.
2021-12-06 18:43:01 +01:00
..
2021-10-15 11:28:23 +02:00
2021-11-19 07:52:59 +11:00
2021-11-24 20:02:09 +00:00
2021-11-26 03:57:55 +00:00
2021-11-27 11:46:44 +01:00
2021-11-10 01:06:03 -05:00
2021-10-16 13:36:05 -07:00
2021-11-30 17:29:06 +09:00
2021-11-29 10:41:36 +01:00
2021-10-20 18:29:18 +02:00
2021-11-23 22:30:20 -05:00
2021-11-28 23:45:17 +01:00
2021-11-23 22:30:20 -05:00
2021-11-30 17:29:12 +09:00
2021-11-27 16:59:18 +00:00
2021-11-22 20:06:22 +01:00
2021-11-08 13:11:59 -05:00
2021-11-30 17:29:10 +09:00
2021-11-15 10:14:29 +01:00
2021-11-24 22:56:37 +01:00
2021-10-15 11:28:23 +02:00
2021-11-23 10:34:16 -08:00
2021-10-18 19:53:05 +00:00
2021-11-12 13:41:46 -06:00
2021-11-24 15:51:46 +00:00
2021-11-28 21:09:45 +01:00
2021-11-25 15:05:40 +01:00
2021-11-23 20:37:23 +00:00
2021-11-28 21:09:45 +01:00
2021-11-05 20:12:40 +01:00
2021-11-28 23:45:17 +01:00
2021-11-26 07:17:59 +00:00
2021-11-30 07:40:08 +00:00
2021-11-30 07:40:08 +00:00
2021-11-23 23:07:11 +01:00
2021-11-23 17:44:33 +00:00
2021-11-29 12:58:15 -08:00
2021-11-09 19:00:45 +01:00
2021-11-25 08:16:08 +00:00
2021-11-30 07:40:08 +00:00
2021-10-03 16:08:51 +02:00
2021-11-28 21:09:45 +01:00
2021-10-28 11:01:42 -04:00
2021-11-22 21:32:20 -05:00
2021-11-28 21:09:45 +01:00
2021-11-07 03:59:06 +00:00
2021-12-06 18:43:01 +01:00
2021-11-29 09:12:01 +01:00
2021-11-28 16:35:54 -06:00
2021-10-28 11:01:42 -04:00
2021-11-25 15:05:36 +01:00
2021-11-28 13:04:27 +00:00
2021-11-26 07:38:25 +00:00
2021-11-28 21:09:45 +01:00
2021-10-03 12:43:43 -04:00
2021-11-30 17:29:06 +09:00