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
Some extension functions defined on a Source (like readString or readCodePointValue) prefetch data into the source's buffer and then delegate further processing to buffer-specific functions. When invoked on a Buffer, these functions still do all these unnecessary prefetching actions. Instead, such calls should be delegated to a Buffer directly.