Tianion

Results 4 comments of Tianion

> I consider it a bug that needs to be fixed, but I'm not sure if I will be able to work on a fix anytime soon. It would be...

SkipMap is the lock-free skip list, so it naturally allows two callers to race. It is atomic when actually replacing data(after I fixed it #1101), using compare_exchange. I will update...

I am sure it will work. I found that the CI does not set the environment variables as documented. Next, I will add these environment variables to the CI, or...

I'm not sure how take Option solves this. Adding a variable is feasible, but I'm not sure if it's better to not insert if the key doesn't exist. Traditional CAS...