Skip to content

Instantly share code, notes, and snippets.

@hrach
Last active August 29, 2015 14:12
Show Gist options
  • Save hrach/418faed9a18c63030c10 to your computer and use it in GitHub Desktop.
Save hrach/418faed9a18c63030c10 to your computer and use it in GitHub Desktop.
Nextras\ORM: optimizations between v1.0.0-beta4 and master (7eb46762364072badb0d81dff82ad1f1d88f4ded)
AFTER:
-----
NDB 2.0 | Time: 5.079 s | Memory: 16.7 MB | PHP: 5.5.20-1~dotdeb.1 | Nette: 2.0.18
NDB 2.1 | Time: 0.984 s | Memory: 16.5 MB | PHP: 5.5.20-1~dotdeb.1 | Nette: 2.1.8
NDB 2.2 | Time: 1.049 s | Memory: 16.1 MB | PHP: 5.5.20-1~dotdeb.1 | Nette: 2.2.x
Nextras\Orm | Time: 0.800 s | Memory: 21.1 MB | PHP: 5.5.20-1~dotdeb.1
NotOrm | Time: 1.418 s | Memory: 7.2 MB | PHP: 5.5.20-1~dotdeb.1
LeanMapper | Time: 0.754 s | Memory: 15.6 MB | PHP: 5.5.20-1~dotdeb.1
Doctrine2 | Time: 52.118 s | Memory: 28.0 MB | PHP: 5.5.20-1~dotdeb.1 | Doctrine: 2.4.2
BEFORE:
-------
NDB 2.1 | Time: 3.586 s | Memory: 8.8 MB | PHP: 5.5.15 | Nette: 2.1.2
NDB 2.2 | Time: 3.692 s | Memory: 8.6 MB | PHP: 5.5.15 | Nette: 2.2.x
NDB 2.3 | Time: 3.883 s | Memory: 9.9 MB | PHP: 5.5.15 | Nette: 2.3.x
Nextras\Orm | Time: 4.980 s | Memory: 13.7 MB | PHP: 5.5.15
LeanMapper | Time: 3.627 s | Memory: 9.6 MB | PHP: 5.5.15
AFTER:
------
NDB 2.1 | Time: 3.517 s | Memory: 8.8 MB | PHP: 5.5.15 | Nette: 2.1.2
NDB 2.2 | Time: 3.770 s | Memory: 8.6 MB | PHP: 5.5.15 | Nette: 2.2.x
NDB 2.3 | Time: 4.008 s | Memory: 9.9 MB | PHP: 5.5.15 | Nette: 2.3.x
Nextras\Orm | Time: 3.933 s | Memory: 13.1 MB | PHP: 5.5.15
LeanMapper | Time: 3.510 s | Memory: 9.6 MB | PHP: 5.5.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment