forked from vongosling/jvm-serializer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gosling
committed
Jan 6, 2015
1 parent
e5b5a4c
commit 490ef49
Showing
5 changed files
with
30 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
jvm-serializer | ||
============== | ||
## Environment | ||
### Hardware: | ||
#### Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz,4 core 8G mem | ||
### Software: | ||
#### kernel 3.13.0-43-generic,x86_64 GNU/Linux | ||
#### Java HotSpot(TM) 64-Bit Server VM 1.7.0_25 | ||
|
||
## Description | ||
This project is a function and performance benchmark test for kyro3,fastjson and hessian codec(Serialize and Deserialize).which are most popular non-schema Serialize and Deserialize tools nowadays. | ||
### Test case | ||
#### 1.After 12000 times warm up op,do 5000 times codec loop.recycle this procedure 10 times. | ||
#### 2.Consider some special java type,such as BitEnum,EnumSet etc... | ||
### Report | ||
| Tool | size | cost(ms) | | ||
| ------------- |-------------| ----------| | ||
| Kryo3 | 79 | 79 | | ||
| Fastjson | 340 | 196 | | ||
| Hessian4 | 718 | 342 | | ||
|
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
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