Hacker News new | ask | show | jobs
by int_19h 2716 days ago
You can still split non-ASCII text on ASCII newlines, and quite often that's exactly what needs to be done.
1 comments

And usually, you don't want it to cost O(n) on top of whatever parser you ran to find those newlines.