-
Feature gate: `#![feature(slice_swap_unchecked)]`
This is a tracking issue for `slice::swap_unchecked`, an unsafe version of `slice::swap` that does not do bounds checking.
### Public API
```rust
i…
-
Feature gate: `#![feature(generic_atomic)]`
This is a tracking issue for replacing the distinct `Atomic*` types with a generic `Atomic` type. This allows using `Atomic` with FFI type aliases and help…
CAD97 updated
2 months ago
-
a place to jot down what a data flow might look like for Acoustic tracking data.
-
👋 Hello @Girlscript-WOB,
I am Durgesh Kumar Prajapati (Program Manager) Winter Of Blockchain. I'll be collaborating with you on preparing your repo for WoB'24 Program
Why are these changes require…
-
I noticed that the sheet doesn't have information past July - need to fix that
-
Add ability to track body fat percentage alongside weight. Data could interact to show fat mass and lean mass trends.
Seeing my fat mass continue to drop while gaining muscle weight is really helpf…
-
- [ ] Looks like making some splits in different directions and then resizing breaks a bit the bounderies of certain splits
- [ ] Weird boundaries
-
The feature gate for the issue is `#![feature(asm_experimental_arch)]`.
### Summary
This feature tracks `asm!` and `global_asm!` support for the following architectures:
- Arm64ec: https://github.co…
-
From @ryanday36's list in #5165:
> Preemptible jobs:
> AKA 'standby' qos / queue. Allow users to submit jobs that can be killed automatically by the system instance if another job needs the resou…
-
## Describe This Problem
We found in production that the speed of sst compaction is unable to keep up with the speed of sst generation, leading to poor query performance. However we are unable give…