mirror of
https://github.com/tezc/sc.git
synced 2025-01-28 07:03:06 +08:00
Update README.md
This commit is contained in:
parent
74a41ed625
commit
e9bf73667a
@ -3,17 +3,16 @@
|
|||||||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
||||||
[![codecov](https://codecov.io/gh/tezc/sc/branch/master/graph/badge.svg?token=O8ZHQ0XZ30)](https://codecov.io/gh/tezc/sc)
|
[![codecov](https://codecov.io/gh/tezc/sc/branch/master/graph/badge.svg?token=O8ZHQ0XZ30)](https://codecov.io/gh/tezc/sc)
|
||||||
[![Total alerts](https://img.shields.io/lgtm/alerts/g/tezc/sc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tezc/sc/alerts/)
|
[![Total alerts](https://img.shields.io/lgtm/alerts/g/tezc/sc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tezc/sc/alerts/)
|
||||||
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/tezc/sc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tezc/sc/context:cpp)
|
|
||||||
|
|
||||||
Common C libraries and data structures. (C99)
|
Common C libraries and data structures. (C99)
|
||||||
|
|
||||||
I write server-side applications mostly, so most libraries are carefully
|
Most libraries are carefully optimized for
|
||||||
optimized for performance e.g : array, hashmap, queue, buffer, timer.
|
performance e.g : array, hashmap, queue, buffer, timer.
|
||||||
|
|
||||||
Each folder is stand-alone and contains a single .h .c pair.
|
Each folder is stand-alone and contains a single .h .c pair.
|
||||||
There is no build, copy .h .c files you want.
|
There is no build, copy .h .c files you want.
|
||||||
|
|
||||||
Although I use on Linux mostly, CI runs with
|
Although I use on Linux mostly, CI runs on
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
OS : Linux, MacOS, FreeBSD and Windows
|
OS : Linux, MacOS, FreeBSD and Windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user