An open API service indexing awesome lists of open source software.

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.

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