Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
Code samples for my book "Neural Networks and Deep Learning"
A curated list of awesome Deep Learning tutorials, projects and communities.
A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.
An event driven asynchronous C++ framework based on a custom Pb protocol supports both HTTP and websocket protocols.