ivory-serializer-benchmark icon indicating copy to clipboard operation
ivory-serializer-benchmark copied to clipboard

Ivory Serializer Benchmark

Results 3 ivory-serializer-benchmark issues
Sort by recently updated
recently updated
newest added

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...