Releases: php-soap/encoding
Releases · php-soap/encoding
Version 0.6.0
What's Changed
- PERF: Cache encoder detection by @veewee in #11
- PERF: Faster document to array reader by @veewee in #12
- PERF: Speed up property name calculation by @veewee in #13
- PERF: Pre-calculate object access tools by @veewee in #14
Benchmarks
- ^ "encoding took: 0.0050301551818848 seconds"
- ^ "HTTP took: 2.0833768844604 seconds"
- ^ "decoding took: 0.40147495269775 seconds"
- ^ "total took: 2.4872579574585 seconds"
- ^ "Response size: 119.1513671875 KB"
+ ^ "encoding took: 0.0039551258087158 seconds"
+ ^ "HTTP took: 2.2553861141205 seconds"
+ ^ "decoding took: 0.042151927947998 seconds"
+ ^ "total took: 2.3016350269318 seconds"
+ ^ "Response size: 119.1513671875 KB"(Compared against v4 of this encoding package with lowest dependencies)
Reference : PHP's ext-soap
^ "encoding took: 0.0003361701965332 seconds"
^ "HTTP took: 2.2261168956757 seconds"
^ "decoding took: 0.011924028396606 seconds"
^ "total took: 2.2383770942688 seconds"
^ "Response size: 119.1513671875 KB"
Full Changelog: 0.5.0...0.6.0
Version 0.5.0
Version 0.4.1
Version 0.4.0
What's Changed
Full Changelog: 0.3.0...0.4.0
Version 0.3.0
Version 0.2.0
What's Changed
Full Changelog: 0.1.0...0.2.0
Version 0.1.0
Full Changelog: https://github.com/php-soap/encoder/commits/0.1.0