#
msgpack
Here are 272 public repositories matching this topic...
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Mar 22, 2021 - C#
igormunkin
commented
Mar 11, 2021
Bug description
There is a broken alignment in lj-stack FRAME slots when LuaJIT is built with LJ_GC64 enabled.
Actual behavior
$ gdb -q --args ./luajit -e 'print("QQ")'
Reading symbols from ./luajit...
lj-arch command initialized
lj-tv command initialized
lj-str command initialized
lj-tab command initialized
lj-stack command initialized
lj-state command initialized
Light, concurrent RPC framework for PHP & C
-
Updated
Mar 11, 2021 - C
msgpack.org[Go] MessagePack encoding for Golang
-
Updated
Mar 18, 2021 - Go
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
-
Updated
Oct 21, 2020 - C#
MessagePack for JavaScript/TypeScript/ECMA-262 / msgpack.org[JavaScript]
-
Updated
Mar 22, 2021 - TypeScript
Fast job queuing and RPC in python with asyncio and redis.
-
Updated
Feb 28, 2021 - Python
MessagePack implementation for Rust / msgpack.org[Rust]
-
Updated
Feb 2, 2021 - Rust
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++
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
Mar 22, 2021 - Scala
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Oct 21, 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
Feb 14, 2021 - C#
C++ header-only JSON library
-
Updated
Jan 16, 2021 - C++
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
-
Updated
Mar 18, 2021 - PHP
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
-
Updated
Dec 13, 2020 - C
Open
Migrate to goavro v2
efirs
opened
Oct 9, 2019
Fast and well tested serialization framework on top of dataclasses
python
yaml
serialization
json
marshalling
python3
deserialization
msgpack
type-hints
typehints
dataclasses
-
Updated
Mar 13, 2021 - Python
Socket and Networking Library using msgpack.org[C++11]
-
Updated
Aug 28, 2019 - C++
-
Updated
Mar 3, 2021 - Swift
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
cli
yaml
json
oauth2
rest
gzip
json-schema
http2
swagger
brotli
auth
auth0
hypermedia
msgpack
cbor
hacktoberfest
jmespath
rest-client
openapi3
fastapi
-
Updated
Mar 9, 2021 - Go
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?