Convert hasNext style iterator to C++ Range
412 words ~2 mins

#c++ #ranges
Key-value stores provide a generic API to store and retrieve values using the key. In this post, we will see how relational tables can be mapped to key-value stores.

Copy Elision in C++
855 words ~5 mins

#c++
Key-value stores provide a generic API to store and retrieve values using the key. In this post, we will see how relational tables can be mapped to key-value stores.