Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonShalgachev committed Jul 20, 2022
1 parent 1fa31ef commit 706610c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ The library doesn't use any dependencies or macros: everything is implemented in
The priorities of the library (in the order of importance):
* Low compilation time overhead
* User-friendly API
* Runtime performance
## Features
Expand All @@ -66,15 +65,14 @@ The priorities of the library (in the order of importance):
* Compound arguments (e.g. 3D point: `particles.spawn resource_id (10, 1, 5)`)
* Any-like arguments (to allow the command handle several types)
* Named arguments (`object.command foo=3.14 bar=true`)
* Human-readable `bool` serialization
* Customizable error messages
* User-defined types
* Properties (getter/setter)
* Customizable command syntax (with a custom Lexer)
* Configurable use of exceptions
* No RTTI
* No unnecessary heap allocations (Lexer operates on `string_view`s)
* Modern C++ without dependencies
* Modern C++ without dependencies (except for STL)
## Examples
See [examples](examples) directory and the corresponding [README.md](examples/README.md) for information about the available examples
Expand Down Expand Up @@ -217,8 +215,6 @@ The test is performed for 3 configurations:

For each configuration project is generated using `cmake` (Ninja generator), then a build is performed once, discarding the compilation duration, and then the project is rebuilt 10 times (cleaning before each iteration). The durations of these 10 builds are analyzed to compute the median, average, minimum and maximum time

You can see the test script here: [scripts/test_compilation/run.ps1](scripts/test_compilation/run.ps1).

### Results

These are the numbers I've got on my machine:
Expand Down

0 comments on commit 706610c

Please sign in to comment.