Skip to content

Chopinsky/byte_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The sync data libraries

This repository contains a few crates that help Rust programs to handle heavily used data elements more gracefully, and hence improve the overall performance around hot code region.

In particular, the repo currently have 2 published crates:

  • byte_buffer: a library for reusing byte array in heavy I/O code;
  • sync_pool: a library that's more generic for reusing heavy and (usually) heap based data elements.

About

A Rust crate for easy byte buffer management and reuse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages