Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@


## 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`](https://github.com/Chopinsky/byte_buffer/blob/master/byte_buffer/README.md): a library for reusing byte array in heavy I/O code;
* [`sync_pool`](https://github.com/Chopinsky/byte_buffer/blob/master/sync_pool/README.md): a library that's more generic for reusing heavy and (usually) heap based
data elements.
* [`syncpool`](https://github.com/Chopinsky/byte_buffer/blob/master/syncpool/README.md): a library that's more generic for reusing heavy and (usually) heap based
data elements.