An open API service indexing awesome lists of open source software.

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

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