Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jul 16, 2020
1 parent d609351 commit 3858d75
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
@@ -1,13 +1,13 @@
# SGP4 benchmark
A comparison of different SGP4 implementations:
A comparison of two SGP4 implementations in different configurations:
- `cpp`: the Celestrak implementation [[1]](#1) in improved mode
- `cpp-afspc`: the Celestrak implementation [[1]](#1) in AFSPC compatibility mode
- `cpp-fastmath`: the Celestrak implementation [[1]](#1) in improved mode with the `fast-math` compiler flag
- `cpp-afspc-fastmath`: the Celestrak implementation [[1]](#1) in AFSPC compatibility mode with the `fast-math` compiler flag
- `rust`: our Rust implementation in default mode
- `rust-afspc`: our Rust implementation in AFSPC compatibility mode

Our Rust implementation can be found at https://github.com/neuromorphicsystems/sgp4.
The Rust implementation can be found at https://github.com/neuromorphicsystems/sgp4.

## Dependencies

Expand Down

0 comments on commit 3858d75

Please sign in to comment.