Skip to content
/ bufio Public

Buffered I/O on top of the unified Unix I/O model.

License

Notifications You must be signed in to change notification settings

fwerner/bufio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bufio

This library provides a thin buffering layer on top of the unified Unix I/O model. It connects a TCP stream (as server or client), Unix standard streams, or files and buffers all I/O operations. An interface very similar to stdio has been implemented with additional support for polling.

Installation

Requires meson and ninja to build.

Run make to compile the library.

Run make test to run unit tests.

About

Buffered I/O on top of the unified Unix I/O model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •