** Description changed:
This is a bug on glib, and I'm not sure if it applies upstream too
(although I suspect it does).
The bug is that `sscanf` (`vsscanf` actually) is very slow on large
strings. It _seems_ like `vsscanf` is first trying to find the end of
the string (with `rawmemch
** Description changed:
This is a bug on glib, and I'm not sure if it applies upstream too
(although I suspect it does).
The bug is that `sscanf` (`vsscanf` actually) is very slow on large
strings. It _seems_ like `vsscanf` is first trying to find the end of
the string (with `rawmemch