Join Slack
Powered by
What is the most performant way to check if two fi...
# squarelibraries
d
dimsuz
01/18/2023, 3:14 PM
What is the most performant way to check if two files have equal contents with
okio
? The trivial thing to do is something like
bufferedSource.readUtf8() == otherSource.readUtf8()
but I suspect it's not that good to do this.
3
Views
Open in Slack
Previous
Next