1 Star 0 Fork 1

endpoint_rust/portable_parallel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
golden_eagle 提交于 2022-11-18 16:27 +08:00 . 增加cpu_affinity配置
[package]
name = "portable_parallel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossbeam = "0.8.2"
crossbeam-skiplist_piedb = "0.8.11"
crossbeam-epoch = "0.9.11"
priority-queue = "1.2.3"
tokio = { version = "1.21.2", features = ["sync"] }
num_cpus = "1.13.1"
educe = "0.4.19"
futures = "0.3.24"
log4rs = "1.0.0"
log = "0.4.14"
rs-snowflake = "0.6.0"
once_cell = "1.16.0"
core_affinity = "0.5.10"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/endpoint_rust/portable_parallel.git
git@gitee.com:endpoint_rust/portable_parallel.git
endpoint_rust
portable_parallel
portable_parallel
master

搜索帮助