lsk569937453 最近的时间轴更新
lsk569937453

lsk569937453

V2EX 第 201541 号会员,加入于 2016-11-16 08:18:50 +08:00
今日活跃度排名 3388
1.ApiGateway
https://github.com/lsk569937453/silverwind

2.Rcache(Reimplement the redis in rust)
https://github.com/lsk569937453/rcache

3.Rcurl(Reimplement the curl in rust)
https://github.com/lsk569937453/rcurl

4.KT(Impelemet the load testing in rust)
https://github.com/lsk569937453/loadTesting
今天用 rust 实现了 Http 负载测试工具
程序员  •  lsk569937453  •  16 天前  •  最后回复来自 lsk569937453
4
hyper v1+anyhow 可能导致性能急速下降
Rust  •  lsk569937453  •  68 天前  •  最后回复来自 lsk569937453
6
[学习]mysql 的同步问题, binlog 相关
程序员  •  lsk569937453  •  106 天前  •  最后回复来自 zhangxudong
6
讨论下华为的鸿蒙 5 的开发生态吧。
华为  •  lsk569937453  •  99 天前  •  最后回复来自 dyzzc
1
iPhone 可以通过 app 改 host 吗?
程序员  •  lsk569937453  •  109 天前  •  最后回复来自 qinxi
5
lsk569937453 最近回复了
@huixia0010 有一个分片出问题,那么重新下载这个分片,然后文件 seek 到指定的位置,重写那个分片就可以了。
@yazinnnn0 省去了合并文件的时间以及删除临时文件的时间。代码上更简洁了。。。
现在的人都这么自信了吗?代码不符合自己预期,一眼就是编程语言 bug.......
编程语言有 bug 吗?有。但不是一些新手能发现的。如果你发现程序不符合你的预期,首先应该是反思程序是不是有问题,或者拿给 chatGpt 解读一下也好,上来就是"发现一个编程语言 bug"。承包了我今天的笑料。
3 天前
回复了 guanzhangzhang 创建的主题 Linux 有没有轻量级别的单机 Linux 监控
@guanzhangzhang 这 terminal ui 库学起来头疼,算了。
3 天前
回复了 guanzhangzhang 创建的主题 Linux 有没有轻量级别的单机 Linux 监控
昨天手撸了一个,100 行代码而已。目前卡在了 cli 查看历史监控这里,数据已经存储在 sqlite ,查询的时候不知道用什么展示好点。
4 天前
回复了 gitxuzan 创建的主题 程序员 求助 rust 有啥入门的实战开源项目推荐
ApiGateway--https://github.com/lsk569937453/silverwind
Rcache(Reimplement the redis in rust)--https://github.com/lsk569937453/rcache
Rcurl(Reimplement the curl in rust)--https://github.com/lsk569937453/rcurl
KT(Impelemet the http load testing in rust)--https://github.com/lsk569937453/loadTesting
6 天前
回复了 proxyai 创建的主题 Rust 再见 Golang, 你好 Rust
@proxyai
rust 不是银弹。
我在用 rust 实现 redis 的过程中对比了 mpsc::channel 和 Arc::Mutex 的性能。
单线程下,两者性能差不多的。
多线程下,全局 Arc::Mutex 对数据加锁的性能还比 mpsc::channel(多生产者单消费者)好一点

https://github.com/lsk569937453/rcache/tree/main:全局锁
https://github.com/lsk569937453/rcache/tree/0.0.1:mpsc::channel 实现的多生产者单消费者模型
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2763 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 05:41 · PVG 13:41 · LAX 22:41 · JFK 01:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.