syncpool 0.1.6

A thread-friendly library for recycle of heavy and heap-based objects to reduce allocation and memory pressure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Jacob Zuo <chopinsky@live.com>"]
description = "A thread-friendly library for recycle of heavy and heap-based objects to reduce allocation and memory pressure"
documentation = "https://docs.rs/syncpool/"
edition = "2018"
keywords = ["sync-pool", "lock-free", "memory", "safety", "stackless"]
license = "MIT"
name = "syncpool"
readme = "README.md"
repository = "https://github.com/Chopinsky/byte_buffer.git"
version = "0.1.6"