An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bytebuffer

Ramonster1/JBeacon

A Java network polling library using NIO with Aeron messaging and scheduling support.

Language: Java - Size: 200 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

tokaa1/byffer.ts

Library to manipulate byte arrays with primitive types

Language: TypeScript - Size: 88.9 KB - Last synced at: 2 days ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

play175/ByteBuffer

nodejs版本的ByteBuffer和C++通信的利器!

Language: HTML - Size: 48.8 KB - Last synced at: 5 days ago - Pushed at: over 6 years ago - Stars: 71 - Forks: 21

m4b/scroll

Scroll - making scrolling through buffers fun since 2016

Language: Rust - Size: 283 KB - Last synced at: 8 days ago - Pushed at: 16 days ago - Stars: 169 - Forks: 37

NightOwl888/J2N

Java-like Components for .NET

Language: C# - Size: 3.72 MB - Last synced at: 9 days ago - Pushed at: 22 days ago - Stars: 53 - Forks: 9

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.

Language: Java - Size: 2.43 MB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 164 - Forks: 34

terahlunah/bytebuffer

This crate provides an easy to use api to read/write data from/to a bunch of bytes

Language: Rust - Size: 68.4 KB - Last synced at: 2 days ago - Pushed at: 9 months ago - Stars: 30 - Forks: 17

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+

Language: C - Size: 475 KB - Last synced at: about 10 hours ago - Pushed at: about 1 month ago - Stars: 29 - Forks: 4

runejs/common

Common logging, networking, compression, and other functionality for RuneJS applications.

Language: TypeScript - Size: 370 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 6

koykov/bytebuf

Collection of various byte buffer implementations.

Language: Go - Size: 72.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

bakercp/ofxIO

A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.

Language: C - Size: 1.72 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 83 - Forks: 32

joesonw/bytebuf.go 📦

see https://github.com/joesonw/go-bytebuf

Language: Go - Size: 15.6 KB - Last synced at: 8 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 2

andrepiske/rb-arraybuffer

Low level byte operators and buffers for Ruby

Language: C - Size: 28.3 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

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.

Language: Java - Size: 798 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 2

andrehrferreira/csharp-bytebuffer

Class for reading and writing binary communication and buffers in C#

Language: C# - Size: 28.3 KB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 3

andrehrferreira/typescript-bytebuffer

Class for reading and writing binary communication

Language: TypeScript - Size: 19.5 KB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

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.

Language: Java - Size: 17.6 KB - Last synced at: 12 days ago - Pushed at: almost 5 years ago - Stars: 38 - Forks: 10

Danaozhong/rust-bitwriter

rust library to write integer types of any bit length into a buffer - from `i1` to `i64`.

Language: Rust - Size: 12.7 KB - Last synced at: 24 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

HituziANDO/ByteBuffer

ByteBuffer in Objective-C.

Language: Objective-C - Size: 37.1 KB - Last synced at: 18 days ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 3

helins/byte_buffer.cpp

Easily and safely read/write any type to byte arrays

Language: C++ - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Sickday/bytebuffer-rb

Language: Ruby - Size: 1.07 MB - Last synced at: 18 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

koykov/cbytebuf

Byte buffer with zero alloc on grow

Language: Go - Size: 52.7 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

funcool/octet

A library that makes working with bytebuffers painless.

Language: Clojure - Size: 253 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 83 - Forks: 15

seanzhengw/ByteBuffer

ByteBuffer provides a stream-like read/write interface for byte array. 提供串流方式存取位元組陣列的類別。

Language: C++ - Size: 33.2 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

adam-fowler/compress-nio

Compression/Decompression support for Swift NIO ByteBuffer

Language: Swift - Size: 142 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 22 - Forks: 4

prempreetbrar/TCPFileProcessor

A program that processes a file over a TCP connection.

Language: Java - Size: 27.6 MB - Last synced at: 13 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 79.1 KB - Last synced at: 12 days ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 2

haifengkao/ByteBuffer Fork of apple/swift-nio

ByteBuffer from swift-nio

Language: Swift - Size: 7.05 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Taym95/byte_data_wrapper

A package to convert your byte data to int(Uint8, Uint16, Uint32, Uint64..)

Language: Dart - Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

timing1337/Bytebuffer

A simple ByteBuffer implementation for PHP (Node.js inspired)

Language: PHP - Size: 16.6 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 1

phpinnacle/buffer

Simple library for operating binary data in PHP

Language: PHP - Size: 46.9 KB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 24 - Forks: 2

SvenWoltmann/bytebuffer-demo

This demo shows how a ByteBuffer and its flip() and compact() methods work.

Language: Java - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

mathishouis/buffer.ws

A simple, light and fast bytebuffer implementation under node.js

Language: TypeScript - Size: 85 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

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.

Language: Java - Size: 203 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

luoqii/BitBuffer

Language: Java - Size: 152 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

fengzhizi715/bytekit

Java 字节操作的工具库(不是字节码的工具库)

Language: Java - Size: 158 KB - Last synced at: about 14 hours ago - Pushed at: over 3 years ago - Stars: 40 - Forks: 8

sanjuruk/bytequeue-C

A synchronous byte queue with supporting overwrite blocking(blocked write) implemented with easy to read and implement C code

Language: C - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

phpinnacle/ext-buffer

PHP extension for operating binary data

Language: C++ - Size: 21.5 KB - Last synced at: 20 days ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 2

indigoabstract/data-sequence

c++ header-only lib for primitive type serialization similar(conceptually) to java's bytebuffer and datastream classes. No external dependencies

Language: C++ - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

whz11/log-collector

日志采集器

Language: Java - Size: 757 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 59 - Forks: 0

mintUI9976/Signal

A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject

Language: Java - Size: 257 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

RamseyK/ByteBufferC

An implementation of ByteBuffer in C

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 20 - Forks: 13

marschall/native-bytebuffers

Native ByteBuffers for Java

Language: Java - Size: 132 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 0

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.

Language: Kotlin - Size: 44.9 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

Pi-Bouf/LightBuffer

Simple UTF8 bytebuffer implementation on browser / node

Language: TypeScript - Size: 268 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

byteferry/sdds_php

A PHP library to work with stream decode and encode according to the SDDS Specification.

Language: PHP - Size: 1.82 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

chyccs/choi-bytebuffer

ByteBuffer for .NET environment

Language: C# - Size: 23.4 KB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 2

OughtToPrevail/AsyncNetwork

An easy-to-use asynchronous network library

Language: Java - Size: 650 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

sormuras/stash

Java interface-driven ByteBuffer-based persistence layer

Language: Java - Size: 490 KB - Last synced at: 14 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

lvillegas6/bytebuffer

Easily create your byte buffer and can also read the buffer information

Language: Go - Size: 2.93 KB - Last synced at: 10 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

TeamworkGuy2/JBuffers

java.nio Buffer helpers

Language: Java - Size: 120 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Crostatus/Assignment-6_Echo-Multiplexed-Server

Language: Java - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0