crow
Le Mon 03 February 2025
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
https://crowcpp.org/master/ https://github.com/CrowCpp/Crow A Fast and Easy to use microframework for the web.
Par 纳兰风来, Catégorie : github-repos
Tags :
Autres articles
hiberlite
Le Mon 03 February 2025
https://github.com/paulftw/hiberlite
C++ ORM for SQLite
C++ object-relational mapping with API inspired by the awesome Boost.Serialization - that means almost no API to learn.
Par 纳兰风来, Catégorie : github-repos
Lire la suite …imutils
Le Mon 03 February 2025
https://github.com/PyImageSearch/imutils
A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and both Python 2.7 and Python 3.
For more information, along with a detailed code review check out the following …
Par 纳兰风来, Catégorie : github-repos
Lire la suite …simdb
Le Mon 03 February 2025
https://github.com/LiveAsynchronousVisualizedArchitecture/simdb
A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store
Par 纳兰风来, Catégorie : github-repos
Lire la suite …sophia
Le Mon 03 February 2025
https://github.com/pmwkaa/sophia
Modern transactional key-value/row storage library.
Sophia is RAM-Disk hybrid storage. It is designed to provide best possible on-disk performance without degradation in time. It has guaranteed O(1) worst case complexity for read, write and range scan operations.
It adopts to expected write rate …