tpoisonooo / cpp-syntactic-sugar

cpp syntactic sugar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一些有意思的 CPP 语法糖和 Python 工具

.
├── CRTP                          // Eigen-like 符号表达
├── antiseed-bean        // 机器人“茴香豆”
├── dynamic-arg-template// 模板
├── float-precision      // 最容易错的浮点问题
├── ini-config	               // ini 格式文件读写工具,也可以看作 toml 格式的裁剪
├── log-int-softmax	    // int32 --> uint4 softmax
├── optional                   // 模拟 c++14 `std::optional`
├── range                        // 模拟 `python range` 
├── NCHW4                    // NC4HW4 layout 卷积
├── AOP
├── loan		     // 上海组合贷计算,考虑公积金余额、每月缴存;考虑年冲、月冲;每年提前还款+等本。
├── UB01-no-return
├── UB02-bad-inline
└── github-lark-notifier // github ---> 飞书群 issue/PR 提醒工具

About

cpp syntactic sugar

License:Do What The F*ck You Want To Public License


Languages

Language:Python 54.0%Language:C++ 43.0%Language:HTML 2.5%Language:Shell 0.4%Language:C 0.0%