Skip to content

Commit

Permalink
GITBOOK-5: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsznhone authored and gitbook-bot committed Aug 9, 2024
1 parent f05fa5d commit 58345ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions Documentation/vsop2013.net/change-logs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Logs

###  v1.2.1 2024.05.04 
### v1.3.0 2024.08.09

Breaking Change Warning

End of .NET 6/7 support

Change data serializer from messagepack to memorypack.

Change data compressor from brotli to FastLZMA2 (beta)

Add OSplatform protection.

### v1.2.1 2024.05.04 

Fix .NET 8 performance regression.

Expand All @@ -10,7 +22,7 @@ Use P/Invoke source generator. Native accelerate speed up 50%.

Add .NET 8. which cause performance regression.

Add Native Accelerate method `GetPlanetPosition_Native` to accelerate calculation. with 30%+ performance Improvment. (Experimental)
Add Native Accelerate method `GetPlanetPosition_Native` to accelerate calculation. with 60%+ performance Improvment. (Experimental)

Native CPP code is only for Windows x64 AVX2 enviroment.

Expand Down
4 changes: 2 additions & 2 deletions Documentation/vsop2013.net/requirements.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements

.NET 6/7/8 Runtime 
.NET 8 Runtime 

Native accelerate only on windows 10 x64 with AVX2.
Native accelerate only on windows 10/11 x64 with AVX2.

0 comments on commit 58345ad

Please sign in to comment.