Be aware that I am not a C++ programmer and this project was indeed done to learn a bit of C++ myself :')
Feedback on any of the code, either on gtest, or the benchmarking section or the core itself is welcome!
Be aware that I am not a C++ programmer and this project was indeed done to learn a bit of C++ myself :')
Feedback on any of the code, either on gtest, or the benchmarking section or the core itself is welcome!
Since C++ has no HTTP client in its std lib, I really had no other choice but to use curl. Same with OpenSSL. It'd be quite naïve of me to re-implement the whole HTTP stack and SHA256 from scratch =)
cherryteastain•5d ago
ggcr•5d ago
Everything so far is synchronous. In our toy benchmarks I've found out Go to be quite performant, perhaps it's using go-routines behind the scenes (?) Haven't explored their internals yet but I was surprised