You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChatGPT is NB,So next, I'm going to optimize the code with the help of ChatGPT
SkipList
Use DoubleAlloc to store SkipList.Node has append only from start that avoid memory align layout(AtomicU64 at diff platform has diff align way, eg: M1 arm). Key and Value only append from end
ChatGPT is NB,So next, I'm going to optimize the code with the help of ChatGPT
Use
DoubleAllocto storeSkipList.Nodehas append only from start that avoid memory align layout(AtomicU64 at diff platform has diff align way, eg: M1 arm). Key and Value only append from end