Chen’s Thoughts and Experiments

on Performance and Maintainability, in composing, testing and monitoring

Why Pay for Sorting if You Don’t Need it? (3 of 3)

By Chen Fu, Tanj Bennett, Ashwini Khade In our previous posts, we discussed the high cost of data...

Author: Chen's thoughts and experiments Date: 09/12/2016

Why Pay for Sorting If You Don't Need It? (2 of 3)

In our last blog post, we briefly discussed high cost of LSM Trees. Here we introduce how data are...

Author: Chen's thoughts and experiments Date: 09/12/2016

Why Pay for Sorting If You Don't Need It? (1 of 3)

Log-structured Merge-trees (or LSM trees) are used by many famous data stores, such as BigTable,...

Author: Chen's thoughts and experiments Date: 09/12/2016

Threads, Events, and Mala (in C++)

By Chen Fu and Tanj Bennett When it comes to constructing high performance server applications,...

Author: Chen's thoughts and experiments Date: 08/19/2016