On Monday, 18 June 2012 at 17:54:40 UTC, Walter Bright wrote:
Yeah, but I can't escape that lingering feeling that lexing is slow.

I was fairly disappointed that asynchronously reading the source files didn't have a measurable effect most of the time.

I don't even understand all this rage about asynchronicity, if the program has nothing to do until it reads the data, asynchronicity won't help you in the slightest. Anyway everything is stuck while the device performs DMA.

Reply via email to