Skip to content

EnterVPL/PHPvsPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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:

  1. JSON to Object parsing speed
  2. The speed with which all elements from the array will be combined using loops and concatenations (I will not use special methods for this)
  3. Speed of JSON serialization to a DTO class object
  4. Same as 3. except I'll want to get the error and test the speed of the exception handling

About

PHP 8.2 vs Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published