Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienros/jsperf
Simple and personal perf comparison between JS interpreters in .NET
https://github.com/sebastienros/jsperf
Last synced: 24 days ago
JSON representation
Simple and personal perf comparison between JS interpreters in .NET
- Host: GitHub
- URL: https://github.com/sebastienros/jsperf
- Owner: sebastienros
- Created: 2013-01-18T23:23:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-18T23:29:58.000Z (almost 12 years ago)
- Last Synced: 2024-10-29T10:13:31.613Z (2 months ago)
- Language: C#
- Size: 395 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JSPerf
======Simple and personal perf comparison between JS interpreters in .NET.
# Early results (smaller is better):
### Using a new engine for each iteration
Jint: 1000 iterations in 2134 ms
Jurassic: 1000 iterations in 6957 ms
Press any key to continue . . .### Reusing the same engine accross iterations
Jint: 1000 iterations in 247 ms
Jurassic: 1000 iterations in 2418 ms
Press any key to continue . . .