ivory-serializer-benchmark
ivory-serializer-benchmark copied to clipboard
Ivory Serializer Benchmark
Hi, I created my own serializer which seems to be 4-5x faster than JMS and Ivory (using json serialization) ... since there is quite a big difference between the mentioned...
I have some ideas to improve this repo but as I can see there are many PR without reviews.
The symfony serializers weren't registering the `DateTimeNormalizer`. Ivory and JMS have them built in, so we need to manually register it for symfony for a fair comparison. This improves the...