lever icon indicating copy to clipboard operation
lever copied to clipboard

Pillars for Transactional Systems and Data Grids

Results 7 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...

Hi, I am scanning the lever in the latest version with my own static analyzer tool. Unsafe conversion found at: src/alloc/mod.rs#L13 ``` rust pub(crate) fn bucket_allocate_cont(buckets: usize) -> Result {...