Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nwpierce committed Nov 9, 2024
1 parent bd65309 commit a253cf7
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,14 @@ jsb -vt < foo.geojson
jsb -vt < foo.bin
```

Linux - 3.3GHz i3-2120:

| OS | CPU | compiler | json -> binary | binary -> json | extra cflags |
|-------|-----------------------|------------|----------------|----------------|-------------------------------|
| Linux | i3-2120@3.3ghz | gcc 12.2.0 | 452 mb/sec | 559 mb/sec | |
| Linux | i7-1060NG7@1.2/3.8ghz | gcc 12.2.0 | 701 mb/sec | 953 mb/sec | |
| Linux | i7-1060NG7@1.2/3.8ghz | clang 16.0 | 542 mb/sec | 600 mb/sec | |
| Linux | i7-1060NG7@1.2/3.8ghz | clang 16.0 | 738 mb/sec | 806 mb/sec | -mllvm -align-all-functions=6 |
| macOS | i7-1060NG7@1.2/3.8ghz | clang 16.0 | 520 mb/sec | 542 mb/sec | |
| macOS | Apple M1 | clang 16.0 | 907 mb/sec | 966 mb/sec | |
| OS | CPU | compiler | json -> binary | binary -> json | extra cflags |
|-------|------------------------|------------|----------------|----------------|-------------------------------|
| Linux | i3-2120, 3.3ghz | gcc 12.2.0 | 452 mb/sec | 559 mb/sec | |
| Linux | i7-1060NG7, 1.2/3.8ghz | gcc 12.2.0 | 701 mb/sec | 953 mb/sec | |
| Linux | i7-1060NG7, 1.2/3.8ghz | clang 16.0 | 542 mb/sec | 600 mb/sec | |
| Linux | i7-1060NG7, 1.2/3.8ghz | clang 16.0 | 738 mb/sec | 806 mb/sec | -mllvm -align-all-functions=6 |
| macOS | i7-1060NG7, 1.2/3.8ghz | clang 16.0 | 520 mb/sec | 542 mb/sec | |
| macOS | Apple M1, 3.2ghz | clang 16.0 | 907 mb/sec | 966 mb/sec | |

## Binary representation:

Expand Down

0 comments on commit a253cf7

Please sign in to comment.