YoHoSoHow to join a vector into a string in cpp using boost?As the title, here is an example of joining a vector of numbers into a string using boost.Aug 8Aug 8
YoHoSoWhat is “c & ~(1 << 5)”? — Bit Manipulation to Capitalize a CharacterYou may come across these in c/cpp.Feb 3Feb 3
YoHoSoDifference between bisect_left and bisect_right in PythonWhen we are solving leetcode binary search problems in Python, we commonly use the bisect package. In this package, bisect=bisect_right…Jan 242Jan 242
YoHoSoTraining Parallelization Techiniques — Speeding up the model Training1. Data ParallelismJan 21Jan 21
YoHoSoLLM Inference Optimisation — Continuous BatchingSummary from Achieve 23x LLM Inference Throughput & Reduce p50 Latency (anyscale.com)Jan 16Jan 16
YoHoSoUnderstanding P90, P95, and P99When reading blogs about performance or latency, you oftern see P90, P95, and P99. What are they exactly?Jan 16Jan 16
YoHoSo%s in VimIn Vim, the text editor, %s is a command used for search and replace. It stands for :substitute. The basic format of this command is:Jan 14Jan 14
YoHoSoDifference of langchain chain.run(), invoke(), __call__()Langchain is an evolving framework. It is very likely that when we are learning to use langchain chain, we maybe confuse about the apis…Jan 131Jan 131