Skip to content

Commit

Permalink
Nicer wording in the readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Lischke <[email protected]>
  • Loading branch information
mike-lischke committed Mar 9, 2025
1 parent a31602d commit 11cee39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ console.log(result); // prints "7"

## Installing Development Dependencies

While antlr4ng has no runtime dependencies (no 3rd party libs are used at runtime), there are a number dev dependencies that are used to run the benchmarks or create custom builds. So, before you do anything else in the repo after cloning it, install the depedencies by running
While antlr4ng has no runtime dependencies (no 3rd party libs are used at runtime), there are a number of dev dependencies that are used to run the benchmarks or create custom builds. So, before you do anything else in the repo after cloning it, install the depedencies by running

```bash
npm i
Expand Down Expand Up @@ -164,7 +164,7 @@ This suite consists of 530 tests and runs in about 9s.

### Real World Example

The following table shows the results of the benchmarks from the [antlr4wasm project](https://github.com/mike-lischke/antlr4wasm/tree/master/benchmarks/mysql). Only the antlr4ng results have been taken from this repository to reflect the current state. They show that the antlr4ng runtime dominates every other JS/TS runtime by a margin of 9% (for simple input) up to 35% (for complex input), measured against the closest value for that benchmark.
The following table shows the results of the benchmarks from the [antlr4wasm project](https://github.com/mike-lischke/antlr4wasm/tree/master/benchmarks/mysql). Only the antlr4ng results have been taken from this repository to reflect the current state. They show that the antlr4ng runtime demonstrates a performance advantage of 9% (for simple input) up to 35% (for complex input) over the next fastest JS/TS runtime in these benchmarks..

| | C++ |antlr4ng|antlr4|antlr4ts|antlr4wasm|
|---:|---:|---:|---:|---:|---:|
Expand Down

0 comments on commit 11cee39

Please sign in to comment.