2471c5793a
Instead of doing a loop that goes: * fetch from input stream * push char into string Make a loop that fetches characters while they're not a breakz and _then_ extend the string. This avoids a bunch of reallocations. |
||
---|---|---|
.. | ||
char_traits.rs | ||
debug.rs | ||
emitter.rs | ||
lib.rs | ||
parser.rs | ||
scanner.rs | ||
yaml.rs |