from zbase
代码风格: stl likely
框架层级: base/utils
应用场景: high-performance server
核心特性: shared memory resume
the dist dir auto release and commit from src by github action.
dist
├── include
│ └── zbase
│ ├── LICENSE
│ ├── README.md
│ ├── VERSION
│ ├── zallocator.h
│ ├── zarray.h
│ ├── ...
│ └── zvector.h
│
├── lib
│ └── zbase
└── doc
└── zbase
the dist branch auto merge from [master]/dist
to [dist]/
- copy [master]/dist to your project
- use [git subtree] into your project
git subtree add --prefix=vender/zbase --squash -d https://github.com/zsummer/zbase.git dist
- use [git submodule] into your project
git submodule add -b dist https://github.com/zsummer/zbase.git vender/zbase
- generay key
- [github] Settings -> Developer settings
- copy key
- secrys env [var]
- Repo -> Settings -> Secrets -> Action
- write var and content(key)
- use secrys var in actions
- ${{secrets.VAR_NAME}}
Author: YaweiZhang
Mail: [email protected]
QQGROUP: 524700770
GitHub: https://github.com/zsummer/zbase