bytebuffer
There are 58 repositories under bytebuffer topic.
m4b/scroll
Scroll - making scrolling through buffers fun since 2016
patrickfav/bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
bakercp/ofxIO
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
funcool/octet
A library that makes working with bytebuffers painless.
play175/ByteBuffer
nodejs版本的ByteBuffer和C++通信的利器!
whz11/log-collector
日志采集器
NightOwl888/J2N
Java-like Components for .NET
fengzhizi715/bytekit
Java 字节操作的工具库(不是字节码的工具库)
jhg023/Pbbl
A thread-safe ByteBuffer pool that allows for the automatic reuse of ByteBuffers, which can be over 30x faster than having to allocate a new ByteBuffer when needed.
terahlunah/bytebuffer
This crate provides an easy to use api to read/write data from/to a bunch of bytes
assyrianic/Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99+
adam-fowler/compress-nio
Compression/Decompression support for Swift NIO ByteBuffer
phpinnacle/buffer
Simple library for operating binary data in PHP
RamseyK/ByteBufferC
An implementation of ByteBuffer in C
jhg023/BitBuffer
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
haidfs/ByteBuffer-Beringei-Compress
利用ByteBuffer来实现Beringei的核心压缩算法,仅仅是压缩算法,不考虑持久化和多线程以及retry等等
phpinnacle/ext-buffer
PHP extension for operating binary data
SvenWoltmann/filechannel-bytebuffer-memory-mapped-io-locks
Demos for writing and reading files with FileChannel and ByteArray. Tests for write speed with RandomAccessFile, FileChannel, heap buffer, native buffer, memory-mapped buffer, and FileOutputStream.
chyccs/choi-bytebuffer
ByteBuffer for .NET environment
sormuras/stash
Java interface-driven ByteBuffer-based persistence layer
Taym95/byte_data_wrapper
A package to convert your byte data to int(Uint8, Uint16, Uint32, Uint64..)
marschall/native-bytebuffers
Native ByteBuffers for Java
upider/zinx-asio
Using Boost.Asio to implement zinx framework
mathishouis/buffer.ws
A simple, light and fast bytebuffer implementation under node.js
andrepiske/rb-arraybuffer
Low level byte operators and buffers for Ruby
HituziANDO/ByteBuffer
ByteBuffer in Objective-C.
joesonw/bytebuf.go
see https://github.com/joesonw/go-bytebuf
lapins2023/quick-queue
Quick-Queue is a high performance, low latency,Zero copy persistence queue within a Java process. It can be used for shared memory communication between processes.
OughtToPrevail/AsyncNetwork
An easy-to-use asynchronous network library
runejs/common
Common logging, networking, compression, and other functionality for RuneJS applications.
byteferry/sdds
SDDS is a short word of Stream Data Dynamic Structure.
Danaozhong/rust-bitwriter
rust library to write integer types of any bit length into a buffer - from `i1` to `i64`.
felixklauke/scallenger
Overwhelming fast and lightweight shared memory based inter process communication supporting ultra fast mode using internal unsafe APIs to ensure low latency communication procedures.
andrehrferreira/csharp-bytebuffer
Class for reading and writing binary communication and buffers in C#
andrehrferreira/typescript-bytebuffer
Class for reading and writing binary communication
tokaa1/byffer.ts
Library to manipulate byte arrays with primitive types