Skip to content

lygin/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utils for c/cpp

util includes:

  • hashtable
  • bitmap
  • bloomfilter
  • skiplist
  • trie tree
  • thread pool
  • mempool(arena)
  • event reactor(epoll)
  • lru cache
  • page cache
  • spinlock/rwlock
  • lockfree queue/ring
  • etc...

test usage

cd test
mkdir build
cd build
cmake ..
make -j4
./test_main

About

some useful utils in C and Cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages