• Stars
    star
    26
  • Rank 906,017 (Top 19 %)
  • Language
    C
  • License
    BSD 2-Clause "Sim...
  • Created almost 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

nginx-link-function

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
C
225
star
2

lfqueue

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

wfqueue

wait free FIFO queue, easy built cross platform(no extra dependencies needed)
C++
85
star
4

fcgi-function

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

backcurl

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++
28
star
6

ngx_lfqueue

ngx_lfqueue is the queue which share memory across multiple threads and multiple worker without any lock!!
C
24
star
7

atomic_threadpool

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

atomic_hashtable

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

nginx-elastic-client

To structure your elastic client command in your nginx proxy for multiple elasticsearch server.
C
22
star
10

c-stomp

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

NonBlockpp

NonBlockpp is small c++ library to proceed background task then runOnMainThread(runOnUIThread)
C++
15
star
12

ngx-stomp

A STOMP upstream module on nginx, STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol.
C
14
star
13

react-router-native-animate-stack

custom animatable stack design with react router native
TypeScript
14
star
14

indexed_array

Indexed Array is a C library struct array for you to add index into struct field member in order to do faster search
C
12
star
15

sample-ngx-linkfunc-project

This is the sample application projects of using nginx c function
C++
10
star
16

ngx_lfstack

ngx_lfstack is the lock free stack(push/pop) container running on nginx share memory and it read/write across multiple threads and multiple workers without any lock!
C
9
star
17

nginx-socketify

customize your upstream socket request and downstream response buffer in Nginx config just one time effort
C
8
star
18

nginx-if-request-body

A 3rd party module to handle request body filter on runtime before proxy to backend. It's good if filter certain content and redirect to other path
C
6
star
19

oxygine-androidstudio

This is a sample program from oxygine-framework https://github.com/oxygine/oxygine-framework , and able to build and debug c++ with android studio
Makefile
2
star
20

scheduler

Pure scheduler extension from JAVA 8 to specify sec, min, hour, day, month, year and interval period by timeunit
Java
2
star
21

simple_linkfunc_app

Simple link function project
CMake
1
star
22

Channeling

The java Nio Based, Async Non Block http client.
Java
1
star
23

JspPaas

Page as a service for JSP to standardize the function by jsp page, guarantee zero downtime
Java
1
star
24

JavaHelper

a java helper which does not make you suck when facing old java version environment
Java
1
star