https://github.com/yinqiwen/myctk
My C/C++ Toolkit
https://github.com/yinqiwen/myctk
Last synced: 6 months ago
JSON representation
My C/C++ Toolkit
- Host: GitHub
- URL: https://github.com/yinqiwen/myctk
- Owner: yinqiwen
- Created: 2016-01-04T03:30:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T02:43:39.000Z (over 1 year ago)
- Last Synced: 2025-04-01T15:11:53.611Z (7 months ago)
- Language: C++
- Size: 2.38 MB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libs
## kcfg_config
A simple toml/struct & json/struct mapping helper library## didagle
Dependency Injection Directed Acyclic Graph Lightweight Engine## ssexpr
A expression library built on boost spirit x3, it also contains a dynamic struct member visit helper library for POD/protobuffers/flatbuffers.## ssexpr2
A jit expression library built on boost spirit x3 & xbyak (linux x86-64 only), it also contains a dynamic jit struct member visit helper library for POD/protobuffers/flatbuffers.## robims
A bitmap index lib.## ecache
A simple cache lib built on facebook's CacheLib