Differential RwLocks on fields?

In higher level terms you have very sophisticated locking paradigms as part of operating systems support (OSS.)

Although this is very much an application level technology there are lower level analogs.

They add complexity and kill performance usually but if you had a use case maybe.

For example, BTree persistence sounded great until I saw the benchmarks. This is probably a big performance hit.

1 Like