MessagePack 的 Python 实现 MessagePack-Python

码农软件 · 软件分类 · 其他开发相关 · 2019-10-17 19:14:53

软件介绍

MessagePack-Python 是用于 Python 的 MessagePack 序列化实现。

MessagePack 是一个基于二进制高效的对象序列化类库,可用于跨语言通信。它可以像 JSON 那样,在许多种语言之间交换结构对象;但是它比 JSON 更快速也更轻巧。

安装

$ pip install msgpack-python

PyPy

msgpack-python 提供纯 python 实现。PyPy 可以使用。

Windows

当不能使用二进制分发,你需要在 Windows 上安装 Visual Studio 或 Windows SDK 。 如果没有扩展,在 CPython 上使用纯 python 实现会运行缓慢。

对于 Python 2.7,建议使用 Microsoft Visual C ++ Compiler for Python 2.7。

对于 Python 3.5,Microsoft Visual Studio 2015 社区版或 Express Edition 可用于构建扩展模块。

本文地址:https://www.codercto.com/soft/d/16977.html

iGen

iGen

Jean M. Twenge PhD / Atria Books / 2017-8-22 / USD 27.00

A highly readable and entertaining first look at how today’s members of iGen—the children, teens, and young adults born in the mid-1990s and later—are vastly different from their Millennial predecesso......一起来看看 《iGen》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具