PHP 8.2 vs Python3
My test will consist in downloading a document in JSON format from one data source (from a local file), and then checking:
- JSON to Object parsing speed
- The speed with which all elements from the array will be combined using loops and concatenations (I will not use special methods for this)
- Speed of JSON serialization to a DTO class object
- Same as 3. except I'll want to get the error and test the speed of the exception handling