• Stars
    star
    315
  • Rank 132,293 (Top 3 %)
  • Language
    C++
  • Created almost 8 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

redis-cpp17 is a cross platfrom compatible redis protocol with multithreaded c++17 client,server,proxy

fragment time(minute) single core absolute fair environment less than 100k set get bench: redis overall performance faster than redis-cpp17 10 - 25% range qps (because of the memory management cost of using STL and redis-cpp17 thread safe) kernel bottleneck 80-90% cpu benchmark.pdf

cd redis-cpp17/src/redis/ make ./redis-server

detailed test method reference redis benchmark
https://redis.io/topics/benchmarks https://stackoverflow.com/questions/2873249/is-memcached-a-dinosaur-in-comparison-to-redis

redis-cpp17 qq group: 324186207 qq 474711079

More Repositories

1

net-cpp17

This is a cross platfporm c++ tcp multi-threaded network library. Compared with libevent 4096kb throughput, 25-30% faster, event processing performance slightly better than libevent. Specific benchmark Please refer to the libev manual bench.c
C++
50
star
2

CV_Features_HoG_Feature_Extraction

This is the HoG feature extraction codes by pure numpy
Python
13
star
3

dnCNN_keras

Implementation of denoisy CNN algorithms by Keras
Python
9
star
4

RNN_for_Handwriting_Recognition

Pure numpy RNN recognition for MNIST datasets
Python
6
star
5

MNIST_handwriting_recognition_by_SKlearn_KNN

By applying KNN method from SKlearn to simply train the pixels of handwriting with supervised labels
Python
4
star
6

simple_handwriting_recognition_by_KNN

Using pure numpy to make KNN classification for MNIST datasets
Python
3
star
7

CVFeatures_fast_Harris_Corner_Extraction

Harris Conner key points and descriptors extraction by pure numpy
Python
3
star
8

Very_Simple_Face_Detection_by_OpenCV

This is a very simple image face detection python program by using haarcascades training set of OpenCV
Python
3
star
9

Keras_Fishing_Recognition

By using the test sets from Kaggle to recognize different fish pictures (InceptionV3 Network)
Python
2
star
10

BlobFrameImage_googlenet_trained_caffe_model_to_do_ObjDetection

Easiest way to test the image classification(Googlenet trained)
Python
1
star
11

Forehead_and_Background_Separation

Algorithm to separate the forehead and background by using Kmeans method
1
star
12

selenium

a selenium project
Python
1
star
13

Dataguru_Tutorials

This is an on-going building model for the tutorials of object detection with my slides and codings.
Python
1
star