-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workd both on sending and retrieving (server, client) an InputStream Fetch more than 1 at startup (3 to still have a limit of memory consumption) Speedup: - POST: from 900 MB/s to 1200 MB/s (almost close to Netty native Post at 1400 MB/s) - GET: from 900 MB/s to 2000 MB/s (still half og Netty netive GET at 4400 MB/s)
- Loading branch information
1 parent
a33c73c
commit 2a89aaa
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters