lever icon indicating copy to clipboard operation
lever copied to clipboard

Pillars for Transactional Systems and Data Grids

Results 6 lever issues
Sort by recently updated
recently updated
newest added

Look to the deferred conflict detection systems

enhancement
SW

Do hybrid model development for exploiting the I/O free execution on the hot path of transactions.

enhancement
SW
HW

This implements a method on `AtomicBox` that will allow you to replace the inner value with the given one, and without a closure.

## Description This removes the `Fn` bound for closures types in the `replace_with` method of the `AtomicBox`. ## Backward compatibility Since `Fn` is the subset of all closure types, it...