Update README.md

This commit is contained in:
Tezc 2021-02-24 13:59:10 +03:00 committed by GitHub
parent 74a41ed625
commit e9bf73667a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,16 @@
[![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)
[![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)
I write server-side applications mostly, so most libraries are carefully
optimized for performance e.g : array, hashmap, queue, buffer, timer.
Most libraries are carefully optimized for
performance e.g : array, hashmap, queue, buffer, timer.
Each folder is stand-alone and contains a single .h .c pair.
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>
OS : Linux, MacOS, FreeBSD and Windows