Joel Wejdenstål
Joel Wejdenstål
fixed
Ah, I would love to help but I am a tad busy right now.
Yes, I'll update this. Thanks folks. The interpretation by @timvw01 is correct. This happens because referencing an entry requires getting a lock on a pseudorandom rwlock and such you cannot...
@Nader-Sl Correct, holding refs across awaits is dangerous. But really, you probably shouldn't hold refs for long periods anyway as it might delay other tasks.
I'm looking into this at the moment. Hopefully I will have a satisfactory solution relatively soon.
This is indeed correct. #74 still holds.
This is interesting but I'm sure exactly how this would work. This seems to be like you essentially want to run a full in-memory cache in front of sled? If...
I'll look into this but it seems new, the rules violated also seem new and experimental so it'll be interesting.
Yep. This is the current accepted solution as per the feature flags in the readme and `Cargo.toml`. Glad you like DashMap! Thanks @bioinformatist for the informative and fast response.
Hey, so this can be a bit tricky. Usually I just fire up lmdb and dump the backtraces of every thread when they happen and go through their callstacks. Does...