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
@fakirAyoub Awesome. Let me know if you need a hand!
If you look into the implementation of java's Reader / Writer, you can see extraneous copying of bytes, which we can probably eliminate or reduce in our own versions. Of course, the benchmarks will tell the truth here, we should rely on them to see if we can actually improve performance or not.
Most likely we can improve performance by eliminating read / writer and going directly with inputstream / outputstream or classes baked on these.
The text was updated successfully, but these errors were encountered: