Al Liu

Results 96 comments of Al Liu

> Because keys are stored inside a `KeyRef` type, `.get()` can be complicated or inefficient. For instance, if I have a cache which stores the key as a `Vec`, I'd...

I have met this, run cargo clean first, then this should work.

Thanks @phantomhker! I am really silly at that moment for adding a `RefCell` when there is already a `RwLock`.

> We provide only SSI: Serializable Snapshot Isolation. Did you turn managed mode off? By default, we don't do that. Only in managed mode we provide this SSI. Hi, I...

> Can you try it once after turning managed mode off? Even when I turn the managed mode off, the test case still does not work. Could you try it...

I think this is because, in a badger transaction commit, the code checks if two transactions have read-write conflict, if txn1 read [a1, a2, b1, b2], and write [b3], txn2...

Hi, I failed to reproduce it on my machine, but this may be because the current implementation will first push new entry to a write buffer and then add it...

Sorry for the late fixes. It was fixed by the new release `0.2.6`.

I open https://github.com/freenet/freenet-core/pull/1043 to solve the `Cargo.lock` problem and fix the comments.