Malloc hook in Skynet [Skynet] Understanding malloc hook [Skynet] Understanding malloc hook Intro Description Conclusion Example Intro When I first encoutered skynet_malloc.h in skynet's source code, I Skynet #Skynet
A way to hashing floating-point in Lua 5.4 Hash for Float This function is going to create a integer hash value for floating-point input, and this artical is about to dive into the details. The calculation of hash for floating-point concept Lua #Lua 5.4 source code
The lua stack layout in Lua 5.4 Stack Layout In the lua_State structure, there are three pointers(L->stack, L->stack_last and L->top) that relate to stack management. Additionally, there is a structure representing info Lua #Lua 5.4 source code
The Design of Hash Table in Lua 5.4 Design of Table Operation for Table Auxiliary function Finding main position of key Get free position Array part Rehash Insert operation Get operation Main get function & Gene Lua #Lua 5.4 source code
MIT6.5840 Lab2 Lab 2 Lab 2 Prerequisite Failure Classification Semantic RequestVote RPC AppendEntries RPC InstallSnapshot RPC Persist Snapshot Slice Concurrent Issue Optimization Fast rollback MIT6.5840 #MIT6.5840
MIT6.5840 Lab1 Lab 1 Lab 1 Prerequisite Design Worker Actions Coordinator Actions Architecture Implementation Coordinator Definition Request & Response Message Worker Map/Reduce Task MIT6.5840 #MIT6.5840
MapReduce Interpretation MapReduce Interpretation MapReduce Interpretation Prerequisite Structure Concepts Execution Fault Tolerance Worker Failure Master Failure Atomic Rename Backup Task Prerequisite MIT6.5840 Notes #MIT6.5840 Notes
CMU15-445 Project 4 Project 4 Project 4 Concurrency Problem Dirty Read Unrepeatable Read Phantom Read Lost Update Isolation Level Definition Issue LockRequestQueue Lock Upgrade Task 1 Lock Unlo CMU15-445 #CMU15-445
CMU15-445 Operator Execution Operator Execution Operator Execution Query Execution I Processing Model Iterator Model Meterialization Model Vectorized Model Processing Direction Access Methods Sequential Scan CMU15-445 Notes #CMU15-445 Notes
CMU15-445 B+Tree Index B+ Tree Index B+ Tree Index Storage Models & Compression Database Workload Database Storage Models Tuple Extract Compression Run-Length Compression Bit-Packing Compression Mostly CMU15-445 Notes #CMU15-445 Notes