Skip to content

Instantly share code, notes, and snippets.

@nadako
Last active March 15, 2016 13:24
Show Gist options
  • Save nadako/93e659e10542caab5a2a to your computer and use it in GitHub Desktop.
Save nadako/93e659e10542caab5a2a to your computer and use it in GitHub Desktop.
Haxelib speed comparison
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.049s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.045s, 93%
other : 0.000s, 0%
parsing : 0.001s, 2%
typing : 0.002s, 5%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.050s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.046s, 92%
other : 0.000s, 0%
parsing : 0.001s, 2%
typing : 0.002s, 5%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.050s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.046s, 91%
other : 0.000s, 1%
parsing : 0.001s, 2%
typing : 0.003s, 5%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.048s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.044s, 92%
other : 0.000s, 0%
parsing : 0.001s, 2%
typing : 0.003s, 5%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.050s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.046s, 91%
other : 0.000s, 0%
parsing : 0.001s, 3%
typing : 0.003s, 6%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.047s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.043s, 91%
other : 0.000s, 0%
parsing : 0.001s, 2%
typing : 0.003s, 5%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.094s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.089s, 95%
other : 0.000s, 0%
parsing : 0.001s, 2%
typing : 0.003s, 3%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.091s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.087s, 95%
other : 0.000s, 0%
parsing : 0.001s, 1%
typing : 0.003s, 3%
PS D:\Code\playground> haxe --times -lib heaps -main Main
Total time : 0.089s
------------------------------------
filters : 0.000s, 0%
haxelib : 0.086s, 96%
other : 0.000s, 0%
parsing : 0.001s, 1%
typing : 0.002s, 2%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment