10000 GitHub - fwerner/bufio: Buffered I/O on top of the unified Unix I/O model.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

  •  
  •  
  •  
0