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
[package]
name = "syncpool"
version = "0.1.6"
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"
keywords = ["sync-pool", "lock-free", "memory", "safety", "stackless"]
edition = "2018"
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/syncpool/"
repository = "https://github.com/Chopinsky/byte_buffer.git"

[dependencies]