jon-chuang
jon-chuang
Ide-rust's use of rust analyzer has very poor impact on laptop battery life. There needs to be work done to reduce its CPU util when idle. My battery util with...
rustc requires linker Alternatively, these flags should be passed into the `rust_binary` rule
Rationale: - Bring flexible simulation of program execution to the browser. - Could be a useful tool for testing on injected account inputs alongside live data - Better debugging/integration testing...
Explorer provides basic TX simulation inspection, but it would be nice to have integration with an IDE that has knowledge of account inputs Links: https://explorer.solana.com/tx/inspector
Hi, I would appreciate some documentation on the minimum CUDA install especially lightweight environments like github actions and docker containers. Thanks.
Could there be standard benchmarks that also compare against raw WebGPU performance? This is important for adoption.
#### Use Case: Measuring the effect of optimizations on industry standard workloads Might be good if one can find existing bindings to these workloads or frameworks in rust
#### Proposed Change: The major changes are as follows: - Pointer swizzling (seems like its already in progress: https://github.com/spacejam/sled/pull/1304) - Rather than maintaining LRU/LFU cache design, use random eviction to...
#### Use Case: MMap page-cache-like performance that relinquishes memory in times of memory pressure. #### Proposed Change: Active cache shrinkage - background thread which monitors memory usage ([via sysinfo](https://docs.rs/sysinfo/0.18.2/sysinfo/trait.SystemExt.html#tymethod.get_available_memory)) and...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? Cancel compaction tasks and trigger new ones to its...