Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsznhone authored Aug 9, 2024
1 parent 1542f8e commit 33564d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Note: .NET 8 occurs performance regression due to RyuJIT bugs. [Detail Here](htt

## Features

1. Use VSOPResult class to manage calculate results.
2. Use VSOPTime class to manage time.
1. Use `VSOPResult` class to manage calculate results.
2. Use `VSOPTime` class to manage time.
<br>Easy to convert time by calling ```VSOPTime.UTC```, ```VSOPTime.TAI```, ```VSOPTime.TDB```
3. Very high performance per solution
3. Very high performance per solution using multithread.
4. Useful Utility class. Convert Elliptic coordinates to cartesian and spherical
5. Async Api included.
6. precalculation on <b>φ</b> in terms, which gives 20%+ speed up of calculation.
6. precalculation on <b>φ</b> in terms, which gives 20%+ speed up.
7. Use [MemoryPack](https://github.com/Cysharp/MemoryPack) for binary serialize.
<br>Initialization time becomes less than 10% of previous version.
8. LZMA2 compression on source data. ~300Mb -> ~43MB.
Expand Down

0 comments on commit 33564d8

Please sign in to comment.