https://github.com/akmalfairuz/ext-bedrockbuf
A high performance extension to serialize and deserialize Minecraft: Bedrock Edition packets.
https://github.com/akmalfairuz/ext-bedrockbuf
Last synced: about 2 months ago
JSON representation
A high performance extension to serialize and deserialize Minecraft: Bedrock Edition packets.
- Host: GitHub
- URL: https://github.com/akmalfairuz/ext-bedrockbuf
- Owner: AkmalFairuz
- License: apache-2.0
- Created: 2024-07-03T16:39:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-19T17:34:32.000Z (6 months ago)
- Last Synced: 2025-03-20T05:41:23.180Z (2 months ago)
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ext-bedrockbuf
A high performance extension to serialize and deserialize Minecraft: Bedrock Edition packets.## !! Experimental !!
## Features
- Compared `unpack()` and `pack()`, this extension encode `short`,`triad`,`int`,`long` ~2x faster
- VarInt and VarLong encoding and decoding is ~8-10x faster