Skip to content

v2.3.1

Compare
Choose a tag to compare
@nstdio nstdio released this 25 Dec 13:06
· 179 commits to main since this release

♻️ Improvements

  • Use read readable byte channel instead. (c92c230)
  • Increase write performance by using bulk writes when possible. (59a08f0)
  • Do not duplicate byte buffer if it has no capacity. (913b611)
  • Improve performance of ByteBufferInputStream#skip. (2b245da)
  • Optimize cache invalidation. (bfe58ef)