sync_tools 0.1.1

a collection of libraries to promote object reuse
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 999.73 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Chopinsky

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.