#
msgpack
Here are 251 public repositories matching this topic...
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Oct 1, 2020 - C#
igormunkin
commented
Sep 30, 2020
There is already defined panic macro in say.h header. There is also LuaJIT internal panic routine on Lua global state. Their mix might lead to ridiculous preprocessor results: the LuaJIT panic call (i.e. g->panic(L)) is misexpanded and compilation fails with the corresponding error.
@Gerold103 proposed in [his revi
Light, concurrent RPC framework for PHP & C
-
Updated
Apr 29, 2020 - C
msgpack.org[Go] MessagePack encoding for Golang
-
Updated
Oct 1, 2020 - Go
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
-
Updated
Jun 14, 2020 - C#
MessagePack for JavaScript/TypeScript/ECMA-262 / msgpack.org[JavaScript]
-
Updated
Sep 27, 2020 - TypeScript
Fast job queuing and RPC in python with asyncio and redis.
-
Updated
Sep 24, 2020 - Python
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
c-plus-plus
serialization
protobuf
avro
cpp
boost
flatbuffers
thrift
msgpack
capn-proto
performance-testing
apache-avro
cereal
yas
-
Updated
Jan 28, 2020 - C++
MessagePack implementation for Rust / msgpack.org[Rust]
-
Updated
Sep 13, 2020 - Rust
Essential Building Blocks for Scala
config
serialization
json
scala
sql
metrics
dependency-injection
logger
grpc
rpc
msgpack
scalajs
jmx
guice
command-line-parser
testing-framework
airframe
airspec
-
Updated
Sep 30, 2020 - Scala
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Sep 20, 2020 - Python
Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
c-sharp
serialization
formatter
tutorial
database
networking
csharp
binary
dotnet
serializer
network
protocol
msgpack
dotnet-core
tolerance
persistent-storage
scenario
net
serialisation
network-protocol
serialize-objects
unknown-types
-
Updated
Jun 21, 2020 - C#
C++ header-only JSON library
-
Updated
Jun 4, 2020 - C++
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
-
Updated
May 25, 2020 - PHP
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
-
Updated
Sep 30, 2020 - C
Open
Migrate to goavro v2
efirs
opened
Oct 9, 2019
Socket and Networking Library using msgpack.org[C++11]
-
Updated
Aug 28, 2019 - C++
Fast and well tested serialization framework on top of dataclasses
python
yaml
serialization
json
marshalling
python3
deserialization
msgpack
type-hints
typehints
dataclasses
-
Updated
Sep 18, 2020 - Python
MsgPack Serializer & Deserializer for Swift
-
Updated
Dec 23, 2019 - Swift
Ffast 基于Srping boot + Mybatis Plus后台管理系统前后分离快速开发解决方案
-
Updated
Nov 23, 2019 - Java
Improve this page
Add a description, image, and links to the msgpack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msgpack topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?