SerialKiller
SerialKiller copied to clipboard
Adding safe classes to the cache
Hi,
I greatly improved the speed of deserialization. Adding safe classes to the cache.
Results benchmark before the changes: Java Deserialize
- 136149,484 ± 1197,541 ops/s
SerialKiller Deserialize
- 53640,506 ± 409,568 ops/s
Results benchmark after the changes: Java Deserialize
- 135967,355 ± 937,305 ops/s
SerialKiller Deserialize
- 124390,805 ± 428,369 ops/s
Twice improvement.
Benchmark: https://github.com/mvsavkin/look-ahead-benchmark
Best regards, Maksim Savkin
Thanks - I will take a look again during the next week.
Hi,
When will you can take a look PR?
Sorry for the delay. It's in my todo list but just got busy with work stuff. Hopefully towards the end of this month.
Hi,
Please, look my PR.