msgpack_stream 1.1.0
msgpack_stream: ^1.1.0 copied to clipboard
A fast and efficient MessagePack implementation for Dart with streaming support
msgpack_stream #
Lightweight streaming MessagePack library for C++ and Dart.
Features #
- Streaming - Encode and decode with constant memory
- Complete - Full MessagePack spec support
- Lightweight - Zero external dependencies
- Fast - Minimal overhead
Language Implementations #
| Language | Description | Documentation | Benchmark |
|---|---|---|---|
| C++ | Zero-copy, allocation-free for embedded systems | CPP.md | 1.3-7x faster than msgpack-c |
| Dart | Streaming support, zero dependencies | DART.md | Comparable to msgpack_dart |
Quick Links #
License #
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2025 Flextronic GmbH