Skip to content

leetcoder314/fb-folly

 
 

Repository files navigation

fb-folly

My Sample Codes using FB-Folly

*How to Install (Mac)

brew install folly

*How to compile

g++ --std=c++14 -g -Wall -lfolly -o

List of Programs:

  • Single Producer-Consumer lockless ringbuffer sending Json Objects;

  • Lazy Evaluation of c++ object with benchmarking

  • Json Objects parsing and usability

  • Sorted Vector set

  • Playing with FBVector

  • Playing with FBString

Tada ;)

About

My Sample Codes using FB-Folly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%