-
Optimized builds would be a feature that only resolves `@fourtune/realm-js` once at the top level package (i.e. child packages would not have the runtime embedded).
This could theoretically achieve…
-
It would be a nice addition to have `Watch` manage child widget to avoid full rebuild.
It's possible with current API but we have to build the child outside and pass it to builder by context.
Th…
-
```
; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(inaccessiblemem: write)
define noundef i1 @src1(i64 noundef %0) local_unnamed_addr #0 {
entry:
%1 = icmp ugt…
-
do you guys mind releasing good config preset that we Survival server owners can plug and play ? since u guys are a big server and is confirmed to be more experienced.
please
-
```bash
#!/usr/bin/env bash
# Start timer
START=$(date +%s)
# System Information
OS_DISTRO="$(lsb_release -ds)"
OS_ARCH="$(uname -m)"
NUM_CORES=$(nproc || echo 1)
#######################…
-
```
; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(inaccessiblemem: write)
define noundef i1 @src15(i8 noundef %0, i8 noundef %1) local_unnamed_addr #1 {
entry:
…
-
### Description
Painless now supports asymmetric bit dot-product, meaning, treating the individual bytes as a "mask" and summing the subsequent components on the query vector.
Right now, this is ju…
-
I was able to get a 11.5% speed increase with PGO optimization. (Memory usage did not change)
```
cargo install cargo-pgo
rustup component add llvm-tools-preview
cargo pgo build
cargo pgo instrum…
-
After many commands there is a GUI prompt, making the app not suitable for people who prefer to type instead.
Examples of there being a prompt:
1) After each delete command, the app forces the user t…
-
BigDebuffs continues to operate via old aura update methods, which are expensive and unnecessary.
Blizzard implemented optimized APIs to interact with changed auras _only_ over two years ago: https…