FlatBuffers: Memory Efficient Serialization Library
-
Updated
May 4, 2022 - C++
{{ message }}
FlatBuffers: Memory Efficient Serialization Library
A parser combinator library for Rust
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
Operating system:
POSIX
Compiler version:
all
Observed result or behaviour:
A library build with iceoryx 1.0 could dynamically link to iceoryx 2.0 shared libs
Expected result or behaviour:
Linking should not be possible
Further information*
objdump -p build/iceoryx_examples/icedelivery/iox-cpp-publisher
produces the follo
An extremely simple, fast, efficient, cross-platform serialization format
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
Flexible, Fast & Compact Serialization with RPC
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC
Multi-device OpenCL kernel load balancer and pipeliner API for C#. Uses shared-distributed memory model to keep GPUs updated fast while using same kernel on all devices(for simplicity).
zero-copy, zero-serialize, zero-hassle protocol buffers
Golang binding for netmap https://github.com/luigirizzo/netmap
Rust reader for MPEG2 Transport Stream data
常见框架开发技术的demo汇总,包括java字节码编程(java agent, instrument, byte buddy), java动态代理,自定义classloader,java spi, zero copy, netty, spring aop/condition,spring boot starter, 数据库连接池等。
Opensource Library for the GO programming language
Industry-proven, lightweight and productive zero-copy IPC library written in C
Extremely fast just one allocation and zero copy JSON parser
A non-contiguous byte output buffer for Rust
Lightweight, multipurpose rust library for handling RTP streams.
Pony implementation of a rope data structure for efficient, zero-copy manipulation of byte buffers.
A zero-copy file-like wrapper for Python byte buffers, inspired by Rust's std::io::Cursor.
A dockerized application exemplifying copying files in Java and serving files in Spring Webflux with and without "Zero Copy" mechanism
Add a description, image, and links to the zero-copy topic page so that developers can more easily learn about it.
To associate your repository with the zero-copy topic, visit your repo's landing page and select "manage topics."
Right now, there's not an easy way to archive
VecDeques. When archived, they're functionally the same asVecso we should be able to piggyback off the implementations forVec.Archiveimpl should archive asArchivedVecand use aVecResolveras its resolver.Serializeimpl should serialize using [ArchivedVec::serialize_from_slice](https://docs.rs/rkyv/latest/rkyv/vec