Skip to content

Commit

Permalink
remove old not up to standard libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vurtun committed Dec 22, 2020
1 parent 956ac04 commit 7c95c03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,453 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ My single header libraries for C/C++.

|library | lastest version | category | LoC | license | description
| --------------------- | ---- | -------- | --- | --- | --------------------------------
|**lexer.h** | 1.00 | parser | 1155 | zlib | simple lexer for C-like languages
|**json.h** | 1.00 | parser | 848 | zlib | non-allocating json parser
|**sched.h** | 1.00 | multithreading | 699 | zlib | multithreaded task scheduler
|**vec.h** | 0.02 | math | 2240 | zlib | vector math
|**web.h** | 1.00 | network | 1455 | BSD | lightweight webserver
|**sdefl.h** | 1.00 | compression | 525 | public domain | deflate compressor
|**sinfl.h** | 1.00 | decompression | 320 | public domain | deflate decompressor

Total libraries: 7
Total lines of C code: 7137
Total libraries: 5
Total lines of C code: 4487

## FAQ

Expand Down
Loading

0 comments on commit 7c95c03

Please sign in to comment.