Taymindis Woon

Results 12 repositories owned by Taymindis Woon

nginx-link-function

228
Stars
40
Forks
Watchers

It is a NGINX module that provides dynamic linking to your application in server context and call the function of your application in location directive

lfqueue

134
Stars
19
Forks
Watchers

lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!

wfqueue

85
Stars
10
Forks
Watchers

wait free FIFO queue, easy built cross platform(no extra dependencies needed)

atomic_hashtable

23
Stars
3
Forks
Watchers

atomic_hashtable for C, fast movement for read, write, and delete without locking while multithreading purposes, Simple and Stable

atomic_threadpool

23
Stars
8
Forks
Watchers

it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability

backcurl

28
Stars
8
Forks
Watchers

C++ http client, pure libcurl based with customized set_easy_opt for different kind of requests for Mobile, NON BLOCK UI SYNC http request.

c-stomp

15
Stars
1
Forks
Watchers

A STOMP client written in c, STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol. Simple Api usage

fcgi-function

37
Stars
9
Forks
Watchers

A cross-platform module to writing C/C++ service for nginx.

lfstack

29
Stars
7
Forks
Watchers

lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!

nginx-elastic-client

22
Stars
1
Forks
Watchers

To structure your elastic client command in your nginx proxy for multiple elasticsearch server.