# messagepack **Repository Path**: mirrors_WebReflection/messagepack ## Basic Information - **Project Name**: messagepack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-02 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @webreflection/messagepack This is basically [messagepack](https://github.com/msgpack/msgpack-javascript) with *circular* / *recursion* type (as `-128`) embedded in as private extension. Main difference is that *EXT_TIMESTAMP* supports 32 bit and 64 bits only (so far) and that anything bigger than a *uint32* is encoded, or decoded, as `bigint`. The goal of this project is to have the fastest general *Web* purpose *MessagePack* implementation out there.