Skip to content

Version 0.6.0

Choose a tag to compare

@veewee veewee released this 14 Jun 09:32
· 81 commits to main since this release
0.6.0
f2f7de2

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