simplebinstream
Binary stream library
A header-only binary stream implementation in C++ that allows flexible and platform-independent data handling.
C++ Simplistic Binary Stream
28 stars
7 watching
15 forks
Language: C++
last commit: almost 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
nessos/streams | A lightweight library for building efficient data pipelines using functional programming concepts | 383 |
svenvc/neouniversalbinaryjson | An implementation of Universal Binary JSON format in Pharo Smalltalk | 5 |
bkirwi/coast | A streaming data processing framework with strong ordering and exactly-once semantics | 60 |
brycebaril/node-stream-spigot | A utility library for generating Readable streams from arrays and synchronous generators | 15 |
stabbycutyou/buffstreams | A library to simplify writing applications using TCP sockets to stream Protocol Buffers messages | 254 |
snapframework/io-streams | Provides primitives and combinators for working with input/output streams in Haskell. | 99 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
bytewax/bytewax | A Python framework for stateful stream and event processing with built-in connectors and flexible dataflow capabilities. | 1,558 |
clj-commons/byte-streams | A library for converting between various byte and character representations in Java | 417 |
voidah/archive | A compact binary serialization library for C++ | 91 |
gabriella439/pipes | A lightweight stream processing library that builds and connects reusable streaming components using Haskell | 489 |
rpominov/basic-streams | A basic event streams library for JavaScript | 69 |
shama/webpack-stream | A tool that enables webpack to be run as a stream to integrate with gulp pipelines. | 1,395 |
wsdt/almostbinary | A platform-independent compiler and runtime for an esoteric programming language designed for binary enthusiasts. | 8 |
michaelblume/coffeestream | Re-implements the stream.js functionality in CoffeeScript, providing a basic observable stream implementation. | 22 |