260 Followers
297 Following
188 Posts

developer working on http://aya-rs.dev (#eBPF 🐝 in 🦀) and Solana (https://anza.xyz)

interested in making things fast and secure

githubhttps://github.com/vadorovsky
#chatcontrol v1 was rejected! 🥳 But I guess the meme will continue with #chatcontrol v2.
Year of Linux on desktop!
New toy arrived (Sapphire Radeon AI PRO R9700). Excited to see how Llama, Deepseek and Qwen perform on it.

One of the bottlenecks in Solana is epoch activation, on which each validator spends ~800ms. We've just merged a change that reduces the time spent on reward calculations from ~208ms to ~49ms. Previously, the reward calculation mechanism was spending the most of time... waiting for a lock. Now it spends time mostly on work it's supposed to do.

And we are just getting started with epoch related optimizations.

https://github.com/anza-xyz/agave/pull/7742