Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwalke committed Jan 31, 2018
1 parent fd0257e commit 2b5cf67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ shortly - so that neither is significantly advantaged).
| Method | Average time per test execution | Requires JIT |
| -------------|---------------------------------|---------------
| `c` | `0.33ms` | No
| `native` | `0.26ms` | No
| `byte` | `5.0ms` | No
| `native(Reason)` | `0.26ms` | No
| `byte(Reason)` | `5.0ms` | No
| `jsc` | `18.6ms` | No
| `jscWithJit` | `4.05ms` | Yes
| `v8` | `3.28ms` | Yes
Expand All @@ -152,7 +152,8 @@ change one thing at a time - the language of implementation).

Here are several datapoints gathered from running the `flex` test suite,
and comparing it with those same tests executed in the `C` implementation. We
include both the fixed point and the floating point encodings.
include both the fixed point and the floating point encodings. All tests performed
on `ocamlopt`(native Reason).

The Reason implementation of layout hasn't been optimized at all. Cleaning up
the code to be less imperative will likely make it even faster. Upgrading to
Expand Down

0 comments on commit 2b5cf67

Please sign in to comment.