diff --git a/README.md b/README.md index 0dc749a..b004a01 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,17 @@ brew install folly *How to compile -g++ --std=c++14 -lfolly -o +g++ --std=c++14 -g -Wall -lfolly -o + +List of Programs: + +* Single Producer-Consumer lockless ringbuffer sending Json Objects; + +* Json Objects parsing and usability + +* Playing with FBVector + +* Playing with FBString Tada ;)