Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/maikebing/libmmapqueue
mmap queue
https://github.com/maikebing/libmmapqueue
wmb/rmb 都用 __sync_synchronize代替,好像gcc没有区分lfence和sfence的内建宏,mfence相当于lfence+sfence,另外好像老版本gcc的synchronize实现有问题,不知道arm的版本有没有问题。
CAS32 用 __sync_bool_compare_and_swap 代替。 [email protected]
d58d6ae2f92fbe0ed98fa20aa0601a802c1535d4 authored over 4 years ago by MysticBoy <[email protected]>
https://github.com/Tencent/MSEC/tree/master/monitor/agent/monitor_api
35af9cd049f794f6174e70eb7548b06543fde3f6 authored over 4 years ago by msecowner <[email protected]>
35af9cd049f794f6174e70eb7548b06543fde3f6 authored over 4 years ago by msecowner <[email protected]>
Update README.md
15929506bfbed948de7a206776f7679c15a463d0 authored over 4 years ago by MysticBoy <[email protected]>
15929506bfbed948de7a206776f7679c15a463d0 authored over 4 years ago by MysticBoy <[email protected]>
Create README.md
f6364b4bd554a9150c31eba84b0e7a4ad2793048 authored over 4 years ago by MysticBoy <[email protected]>
f6364b4bd554a9150c31eba84b0e7a4ad2793048 authored over 4 years ago by MysticBoy <[email protected]>
Based on transaction pool, features:
* 1) support multiple writer and multiple reader processes/threads
* 2) support timestamping ...