fr0staman

Results 4 issues of fr0staman

So, ahash with `target-cpu=native` on my setup shows significant performance regression This may be a Rust/LLVM issue, but I'll create an issue here first. Repro: https://github.com/fr0staman/rust-ahash-target-native-performance-issue ## My setup Rust:...

Hi! I looked at yarn.lock and see many-many dependencies. And I just deduped them by `yarn dedupe` I think this is useful as it reduces `node_modules` size from 1265 mb...

Hi! I made these changes just for my (Telegram bot)[https://github.com/fr0staman/fr0staman_bot], I was just interested in improving performance. Also, "inline const expressions" helped me with this, also added a compile time...

### Description When you updating linear-gradient values - Android app crash with error: minimal repro: ```ts const timer = useSharedValue(0); useEffect(() => { timer.value = withRepeat(withTiming(1, { duration: 1000 }),...

Platform: Android
Feature request