Byterizer
Game-Savvy
$4.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
01/28(2019) |
4.99 |
11/20(2024) |
4.99 |
Jump AssetStore
Note: Requires DotNet 4.5 or newer!
A very simple to use and very fast way to "Serialize" parameters into Byte Arrays.
Perfect for a fast encapsulation of parameters to get ready to send very compact data over Networking.
Features
* Lightweight
* Small CPU and RAM usage
* Custom encapsulation of messages into byte array
* Extremely fast Encapsulation of data, Much faster than Normal Serialization
* Extremely small encapsulated data, Much smaller than Normal Serialization
* Perfect for sending encapsulated compact data over the Network
Usage samples
Please refer to the Unit Tests included in the package for examples on how to use
NetMessage serlialization
* NetMessage "Byterization" takes 7.3% of the total time on average vs normal serialization
* NetMessage "Byterization" wraps bytes into 20.8% of the total bytes on average vs normal serialization
Tested against several different types of parameters and done over and over millions of times to get a more accurate comparisson.
Includes over 170 Unit Tests as a form of documentation, sample usages and to list the functionality of the library.