Skip to content

Commit

Permalink
Merge pull request #62 from rsadsb/update-docs
Browse files Browse the repository at this point in the history
Update README and CHANGELOG
  • Loading branch information
wcampbell0x2a authored Mar 13, 2023
2 parents 6d3fd24 + a0d877b commit 417f90c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Bump MSRV 1.64, for new workspace packages
- Inline `calculate_bit`, giving 5% performance boost
- Bump to MSRV 1.65, for new workspace packages and new required libc version LIBC.

## [v0.6.1]
- Update clap to v4
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,10 @@ Reading from a 512KB iq sample to ADS-B bytes takes ~3.0 ms, but feel free to ru
```

### Intel i7-7700K CPU @ 4.20GHz

#### stable (`rustc 1.62.0 (a8314ef7d 2022-06-27)`)
```
01 time: [3.0255 ms 3.0315 ms 3.0391 ms]
02 time: [2.9595 ms 2.9647 ms 2.9710 ms]
03 time: [2.8904 ms 2.8931 ms 2.8960 ms]
```

#### nightly (`rustc 1.64.0-nightly (87588a2af 2022-07-13)`)
```
01 time: [3.0763 ms 3.0919 ms 3.1202 ms]
02 time: [3.0075 ms 3.0113 ms 3.0157 ms]
03 time: [2.9437 ms 2.9465 ms 2.9495 ms]
01 time: [2.9850 ms 2.9859 ms 2.9868 ms]
02 time: [2.9260 ms 2.9279 ms 2.9308 ms]
03 time: [2.8449 ms 2.8525 ms 2.8653 ms]
```

# Changes
Expand Down

0 comments on commit 417f90c

Please sign in to comment.