buffering

There are 37 repositories under buffering topic.

  • 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#33316560
  • iShape-Rust/iOverlay

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

    Language:Rust13561910
  • 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++26466
  • iximiuz/producer-consumer-vis

    Producer-consumer problem visualization

    Language:JavaScript14203
  • Meigyoku-Thmn/CSBinary

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

    Language:TypeScript13411
  • metarhia/metastreams

    Readable and Writable Streams with buffering

    Language:JavaScript121553
  • dsschneidermann/Serilog.Sinks.Buffer

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

    Language:C#11224
  • voxpelli/buffered-async-iterable

    Buffered parallel processing of async iterables / generators

    Language:JavaScript11241
  • 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:Python7100
  • surrealdb/bump

    An efficient buffering library for Go

    Language:Go7501
  • mouayed-keziz/tof-gui-python

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

    Language:Python610
  • cyanogilvie/forcetty

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

    Language:C3100
  • fumiama/orbyte

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

    Language:Go3
  • jakubDoka/netbuff

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

    Language:Nim3300
  • mnwachukwu/TM14.Networking

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

    Language:C#3101
  • cirocosta/when-to-buf

    Pair of executables for checking use of buffers when doing networking

    Language:C120
  • DMOJ/setbufsize.so

    LD_PRELOAD library for controlling standard stream buffer sizes.

    Language:C140
  • illarion/bufpipe

    Buffered io.Pipe

    Language:Go1100
  • putto11262002/bufreaderat

    Wrapper for io.ReaderAt to provide buffering

    Language:Go110
  • vladutmargineanu/Stdio-Library

    Homework for the Operating Systems course @ ACS, UPB 2020

    Language:C100
  • ZeroBone/charwise

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

    Language:Rust120
  • dleclercpro/LogParser

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

    Language:TypeScript0200
  • hallame/z_buffer

    Z buffer Algorithm

    Language:C++0100
  • idioticdev/letters

    A collection of love letters to the code I adore.

    Language:Astro0100
  • jack-pepper/get_next_line

    ✏️ [42] A function that reads and returns one line at a time from a file descriptor, implementing buffering techniques and a scalable approach to handle potentially large files.

    Language:C00
  • leokuzmanovic/go-request-collapser

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

    Language:Go0100
  • lorenzobandini/Performance_Comparison_of_Buffering_Strategies

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

    Language:Java0100
  • nigma143/actix-web-buffering

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

    Language:Rust0200
  • 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:Java0100
  • shehanm95/broom-waiting-animation

    cleaning cervice waiting animation

    Language:HTML0100
  • larswaechter/bufferlo.js

    A TypeScript library built for the Node Buffer class.

    Language:TypeScript20
  • LeandreBl/buffered-socky

    A lightweight C library to handle buffered sockets

    Language:C201
  • peterdavidfagan/codeforces

    My solutions to codeforces problems.

  • rushdynamic/FileCastle

    AES encryption utility for files and folders (for Windows)

    Language:C#12
  • 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:Java10