#
msgpack
Here are 247 public repositories matching this topic...
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Sep 5, 2020 - C#
olegrok
commented
Aug 3, 2020
Tarantool version: 2.3
tarantool> key_def.new({{field = 1, type = nil}})
---
- error: type must not be nil
...
tarantool> key_def.new({{field = 1, type = box.NULL}}) -- Expected the same error as for first case
---
- - type: unsigned
is_nullable: false
fieldno: 1
...Light, concurrent RPC framework for PHP & C
-
Updated
Apr 29, 2020 - C
msgpack.org[Go] MessagePack encoding for Golang
-
Updated
Aug 31, 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 6, 2020 - TypeScript
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
Aug 2, 2020 - Rust
Fast job queuing and RPC in python with asyncio and redis.
-
Updated
Sep 4, 2020 - Python
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 6, 2020 - Scala
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Jul 30, 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#
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
-
Updated
May 25, 2020 - PHP
C++ header-only JSON library
-
Updated
Jun 4, 2020 - C++
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
-
Updated
May 22, 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
May 2, 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?