Articles, Home

Faster startup time for Open Liberty – OpenLiberty.io

Quick startup times reduce the overhead of code and test cycles for developers, and improves scaling and responsiveness in production. In 2019, Open Liberty startup time has been reduced by nearly 50% in some cases, with healthy double-digit percentage improvements pretty much across the board.

Articles, Home

Java BufferedInputStream

The Java BufferedInputStream class provides transparent reading and buffering of larger chunks of bytes from an underlying InputStream. This buffering is invisible to the user of the Java BufferedInputStream.