check-crypto.js |
|
49390 |
check-deltablue.js |
A JavaScript implementation of the DeltaBlue constrain-solving
algorithm, as described in:
"The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
Bjorn N. Freeman-Benson and John Maloney
January 1990 Communications of the ACM,
also available as University of Washington TR 89-08-06.
Beware: this benchmark is written in a grotesque style where
the constraint model is built by side-effects from constructors.
I've kept it this way to avoid deviating too much from the original
implementation.
|
25593 |
check-earley-boyer.js |
GENERATED FILE - DO NOT EDIT ************ |
195649 |
check-raytrace.js |
Fake a Flog.* namespace |
28874 |
check-regexp.js |
|
105586 |
check-richards.js |
The Richards benchmark simulates the task dispatcher of an
operating system.
|
15631 |
check-splay.js |
Constructs a Splay tree. A splay tree is a self-balancing binary
search tree with the additional property that recently accessed
elements are quick to access again. It performs basic operations
such as insertion, look-up and removal in O(log(n)) amortized time.
@constructor
|
12252 |