You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ex stream and searching for text that is not present, takes too much time
Inline the get_next_line function, but see also the get_line_count_request, that one is fast and uses a large buffer, use that for get_next_line as well, or for find.
The text was updated successfully, but these errors were encountered:
Ex stream and searching for text that is not present, takes too much time
Inline the get_next_line function, but see also the get_line_count_request, that one is fast and uses a large buffer, use that for get_next_line as well, or for find.
The text was updated successfully, but these errors were encountered: