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

Topic: "buffering"

Geri-Borbas/Unity.Library.eppz.Geometry

2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.

Language: C# - Size: 4.74 MB - Last synced at: 2 days ago - Pushed at: about 7 years ago - Stars: 332 - Forks: 60

iShape-Rust/iOverlay

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.

Language: Rust - Size: 1.55 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 89 - Forks: 8

JAndrassy/StreamLib

Arduino library with Stream helper classes. BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.

Language: C++ - Size: 92.8 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 25 - Forks: 4

iximiuz/producer-consumer-vis

Producer-consumer problem visualization

Language: JavaScript - Size: 850 KB - Last synced at: 5 days ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 3

Meigyoku-Thmn/CSBinary

A port of BinaryReader and BinaryWriter from .NET Core to NodeJS

Language: TypeScript - Size: 792 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 1

metarhia/metastreams

Readable and Writable Streams with buffering

Language: JavaScript - Size: 288 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 3

dsschneidermann/Serilog.Sinks.Buffer

Serilog sink to buffer log messages and conditionally emit them based on later events

Language: C# - Size: 974 KB - Last synced at: 13 days ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 4

voxpelli/buffered-async-iterable

Buffered parallel processing of async iterables / generators

Language: JavaScript - Size: 112 KB - Last synced at: 14 days ago - Pushed at: 29 days ago - Stars: 10 - Forks: 1

mouayed-keziz/binary-files-gui-python

curd implementation of "TOF" , "T_OF" , "LOF" , "L_OF" , "TOV_C , "T_OV_C" binary files in python-tkinter, each type of file has its own extension

Language: Python - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 0

surrealdb/bump

An efficient buffering library for Go

Language: Go - Size: 8.64 MB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

mouayed-keziz/tof-gui-python

curd implementation of the "TOF" binary file built with python-tkinter

Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

fumiama/orbyte

Lightweight & Safe (buffer-writer | general object) pool.

Language: Go - Size: 78.1 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 3 - Forks: 0

mnwachukwu/TM14.Networking

Quick and simple implementation of TcpClient and TcpListener that implements several features for structured, orderly, and secure data exchange.

Language: C# - Size: 455 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 1

jakubDoka/netbuff

High level safe data buffering. Utilizes macros to generate fast encoding and decoding procedures.

Language: Nim - Size: 237 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

cyanogilvie/forcetty

Run a sub process with a pty and send its output to stdout (defeat pipe buffers)

Language: C - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

illarion/bufpipe

Buffered io.Pipe

Language: Go - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

putto11262002/bufreaderat

Wrapper for io.ReaderAt to provide buffering

Language: Go - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

ZeroBone/charwise

This lightweight, dependency-free rust library provides a convenient way to read characters from different resources.

Language: Rust - Size: 14.6 KB - Last synced at: 30 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

DMOJ/setbufsize.so

LD_PRELOAD library for controlling standard stream buffer sizes.

Language: C - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

cirocosta/when-to-buf

Pair of executables for checking use of buffers when doing networking

Language: C - Size: 20.5 KB - Last synced at: 22 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

0xARCOS/get_next_line

A C function that reads a line from a file descriptor, implementing a buffer system for efficient reading. Part of the 42 School curriculum.

Language: C - Size: 12.7 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

idioticdev/letters

A collection of love letters to the code I adore.

Language: Astro - Size: 171 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

SCUS3/ExternalSort

Implemented an external sort solution to handle large datasets that cannot fit into main memory. The goal is to sort data elements in ascending order using disk-based operations. This project involves buffering, writing and reading runs, ordering data elements from multiple iterators, implementing basic external sort functionality, and optimizi

Language: Java - Size: 182 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

SCUS3/Slotted-Page-Storage-Manager

The SlottedPageStorageManager project provides Java classes and interfaces for managing storage space using the slotted page format with buffering. It includes components for creating, storing, and manipulating objects within a file-based storage system.

Language: Java - Size: 15.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

hallame/z_buffer

Z buffer Algorithm

Language: C++ - Size: 152 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

peterdavidfagan/codeforces

My solutions to codeforces problems.

Size: 0 Bytes - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

leokuzmanovic/go-request-collapser

A go library for facilitating buffering of requests and providing respective results over batch operations.

Language: Go - Size: 102 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lorenzobandini/Performance_Comparison_of_Buffering_Strategies

This project compares the performance of different buffering strategies in Java.

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

LeandreBl/buffered-socky

A lightweight C library to handle buffered sockets

Language: C - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dleclercpro/LogParser

Node application that can either use a stream-based or an in-memory strategy to parse application logs.

Language: TypeScript - Size: 415 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nigma143/actix-web-buffering

Request/Response body buffering with support spooled to a temp file on disk

Language: Rust - Size: 20.5 KB - Last synced at: 18 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

larswaechter/bufferlo.js

A TypeScript library built for the Node Buffer class.

Language: TypeScript - Size: 165 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rushdynamic/FileCastle

AES encryption utility for files and folders (for Windows)

Language: C# - Size: 79.1 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

kenan-kajkus/ringbufferAveraging

Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

kgoel59/pacman 📦

PacMan game in C++

Language: C++ - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0