piaodazhu 最近的时间轴更新
piaodazhu's repos on GitHub
C · 80 人关注
dyco-coroutine
☄️ Dynamic Coroutine Framework for C. A user-friendly but powerful coroutine framework. Features include but are not limited to Socket, SSL, Channel, semaphore, waitgroup and multi-thread.
Go · 24 人关注
gotcc
🤖 A Golang package for Task Concurrency Control. It allows you to define tasks and their dependencies, then the controller will run the tasks concurrently while respecting the dependencies.
Go · 19 人关注
Octopoda
🐙 A lightweight multi-nodes scenarios management platform with node monitoring, scripts execution, scenario deployment, version control, file distribution etc.
Go · 13 人关注
proxylite
🔮 A dynamic reverse proxy Golang package for NAT or firewall traversal. Let's build your own tunnel with several lines of code. 动态的Golang反向代理库,用于内网穿透或防火墙穿透。几行代码就能构建你自己的穿透通道。
C · 7 人关注
ttlHashMap
⏰ A general-purpose, thread-safe hash map that supports TTL of the items. It is built upon https://github.com/tidwall/hashmap.c.git .
C · 6 人关注
simpleFFplay
🍿️ A simpler ffplay, aimed to be a better example for learning media player than "How to Write a Video Player in Less Than 1000 Lines" and pockethook/player, etc. It is an improved version of the leichn/ffplayer. They are all based on ffplay.c from ffmpeg.
C · 2 人关注
netest
🔫 A super simple network service testing tool. It just send and recv TCP/UDP packet, then generate the statistics.
Python · 2 人关注
Secretool
🗄️ Secretool is a command line tool for managing passwords, backing up secrets and encrypting any information, working under interactive mode.
JavaScript · 1 人关注
AcademicTeamManager
A academic team management system, which can be used for making academic discussion plan and team status visualization, written in Go and Vue3.
Go · 1 人关注
fileserver
An extremely simple HTTP file server with minimal features. 极度简单的HTTP文件服务器,不提供丰富的功能。
Go · 0 人关注
ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
0 人关注
awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Go · 0 人关注
awesome-go
A curated list of awesome Go frameworks, libraries and software
C · 0 人关注
ComponentTrie
🥂 A simple component trie that enables component-granularity longest prefix matching for strings with delimiters.
0 人关注
crm
客户关系管理系统,基于 Vue + Go 实现,主要功能有仪表盘、客户管理、合同管理、产品管理、配置、订阅等功能。
C · 0 人关注
hiDNS
hiDNS: Hybrid Information-Centric Domain Name System for IP-ICN Coexistence.
C · 0 人关注
mixsim
Semi-Physical Simulation Platform for ICN Research.
Go · 0 人关注
modtest
Go · 0 人关注
Notes
In this repository I started learning Golang. Some links, codes, repos will be put in this repo.
C · 0 人关注
NtyCo
纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
C · 0 人关注
O3-NameGen
A new version namegen using o3 markov model. see orginal version of namegen: https://github.com/chavoosh/TrieGranularity. Modified by lzhx, Beijing Institude of Technology.
0 人关注
piaodazhu
HTML · 0 人关注
piaodazhu.github.io
my hexo blog~
C++ · 0 人关注
predixy
A high performance and fully featured proxy for redis, support redis sentinel and redis cluster
Go · 0 人关注
robot
Golang package for Elephant Robot Panda 3 controlling.
Go · 0 人关注
tunny
A goroutine pool for Go
piaodazhu

piaodazhu

V2EX 第 596420 号会员,加入于 2022-10-06 14:17:27 +08:00
今日活跃度排名 22384
Golang 分享一个有趣的任务并发控制器
  •  1   
    Go 编程语言  •  piaodazhu  •  323 天前  •  最后回复来自 lesismal
    10
    聊聊找大厂暑期实习的一些事
    程序员  •  piaodazhu  •  358 天前  •  最后回复来自 piaodazhu
    23
    二手维权:沙漏验机助手是否可能误检?
  •  1   
    Apple  •  piaodazhu  •  2022-12-15 11:04:50 AM  •  最后回复来自 piaodazhu
    20
    预备程序员的出路?想听大伙指点指点
  •  4   
    程序员  •  piaodazhu  •  2022-11-21 14:45:15 PM  •  最后回复来自 xeasonwang
    50
    摸鱼开发纯 C 协程框架的后续和心得
  •  1   
    程序员  •  piaodazhu  •  2022-11-13 22:59:43 PM  •  最后回复来自 piaodazhu
    3
    macOS Ventura 初步体验后遇到的网络摄像头问题
    macOS  •  piaodazhu  •  2022-10-25 13:16:07 PM  •  最后回复来自 Ayanokouji
    1
    尝试搞了一个纯 C 的协程框架
  •  1   
    程序员  •  piaodazhu  •  2022-10-26 18:10:15 PM  •  最后回复来自 ggvm
    12
    piaodazhu 最近回复了
    314 天前
    回复了 selectAndAction 创建的主题 程序员 有 v 友用 bard 的吗
    同样的问题回答得不是很详细,感觉回答风格跟 bing 差不多,都不如 chatgpt 和 claude 。有一些局限性比如不支持中文,但是联网是个优势。
    目前推荐在 slack 上用 claude ,除了注册的时候需要用美国节点,平时用甚至不需要梯子。
    太强了哥
    316 天前
    回复了 Reiouf 创建的主题 程序员 Lock-free-Stack 算法探讨
    学习了! compare_exchange_weak 和 compare_exchange_strong 还是很不一样的
    316 天前
    回复了 Reiouf 创建的主题 程序员 Lock-free-Stack 算法探讨
    第一个在倒数第二三行之间有可能出现暂时的断链情况?
    第二个我也感觉有问题。
    你发那个链接里第一个代码倒是可以理解的。
    328 天前
    回复了 wxxxcxx 创建的主题 微软 大家的 new bing 都可以用了吗?
    退出登录,刷新试试
    我今天亲测:右上角退出登录,刷新就可以用了,重新登录也能用。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5378 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 19ms · UTC 07:33 · PVG 15:33 · LAX 00:33 · JFK 03:33
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.