ryanworl

Results 5 comments of ryanworl

I don't have it. All I have is the stack trace from a goroutine dump pointing to that line `fastcache.go:318`, where it did `panic` at that line. After the `panic`,...

A sequence of events that could lead to corruption is (in theory, not sure): t0: one goroutine beings writing to the cache using `SetBig` t0: another goroutine begins writing the...

While I have your attention: would you be receptive to an alternative `Copy` named perhaps `CopyInto` where instead of allocating a new tree root, `CopyInto` could take an already-allocated one...

How would this interact with using the multi-version client?

An optimization which may be interesting to you that FoundationDB employs is, when a client asks for their read timestamp (called the "read version" in FDB terms), the transaction subsystem...