google/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
About the project
Cross-platform zero-copy serialization library: data is read directly from the buffer without unpacking, with forward/backward compatibility. The flatc compiler generates code for C++, Rust, Python, Java and others.
Useful for
- Generate data access code from an .fbs schema with flatc for C++ and Rust
- Pass game or telemetry data between services without parsing on the receiver
- mmap a large file and read fields without loading it entirely
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 1 star so far today, about 2 expected by the end of the day.
- GitHub Trending C++ today: #8, +1 star.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 26,502
- Today
- 1 · ≈ 2 by evening
- Forks
- 3,680
- Issues and pull requests
- 5,802
- Watchers
- 627
- Language
- C++
- License
- Apache-2.0
- Latest release
- v25.12.19-2026-02-06-03fffb2 · February 6, 2026
- Created
- May 19, 2014
- Last push
- September 14, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026GitHub Trending C++ today: #8, +1 star
Similar by description
-
1.0
protocolbuffers/protobuf
Protocol Buffers is Google's language-neutral, platform-neutral mechanism for serializing structured data, with the protoc compiler and runtimes for C++, Java, Python, Go and other languages. It is used for data…
-
0.0
jbeder/yaml-cpp
A C++ library for parsing and emitting YAML, matching the YAML 1.2 spec. Used in C++ projects to read and write configuration files.