GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#cplusplus #c #c_plus_plus #c_sharp #cross_platform #flatbuffers #go #grpc #java #javascript #json_parser #marshalling #mmap #protobuf #python #rpc #rust #serialization #serialization_library #typescript #zero_copy

FlatBuffers is a tool that helps you store and send data efficiently across different devices and programming languages. It lets you access the data directly without needing to unpack it first, which saves time and memory. Here’s how it benefits you FlatBuffers uses less memory, making it ideal for applications where space is limited.
- **Cross-Language Compatibility** You define your data structure, generate the necessary code, and then serialize and deserialize the data easily.
- **Wide Support**: It works on many operating systems like Windows, macOS, Linux, and Android, and supports numerous programming languages such as C++, Java, Python, and more.

This makes FlatBuffers a powerful tool for developing efficient and compatible software.

https://github.com/google/flatbuffers
👍1
#cplusplus #rpc

bRPC is a powerful tool for building high-performance systems using C++. It allows you to create servers that can handle multiple protocols like HTTP, gRPC, and Redis on the same port. This makes it easier and more efficient than other tools. You can use bRPC to build services for search, storage, machine learning, and more. It also supports asynchronous and synchronous requests, making it flexible. bRPC helps you get better performance and latency, and you can easily extend it with custom protocols. This makes it a great choice for building reliable and fast systems.

https://github.com/apache/brpc