Block or Report
Block or report jackcmay
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
rust-dlopen Public
Forked from szymonwieloch/rust-dlopen
Rust library for opening and working with dynamic link libraries.
Rust 1
-
solana-flux-aggregator Public
Forked from octopus-network/solana-flux-aggregator
Solnana Flux Aggregator
-
-
-
677 contributions in the last year
Contribution activity
January 2022
Created 3 commits in 1 repository
Created a pull request in solana-labs/solana that received 10 comments
cache executors on failed transactions
Problem Verified and compiled executors of failed transactions are not cached, causing bursts of failed transactions to continually verify and reco…
Opened 3 other pull requests in 1 repository
solana-labs/solana
2
merged
1
closed
Reviewed 9 pull requests in 1 repository
solana-labs/solana
9 pull requests
- improve multi executor cache addition
- implements amortized O(1) eviction for CachedExecutors
- removes CowCachedExecutors
- Retain executor cache counts
- cache executors on failed transactions
- Cache executors for failed transactions
- Fix broken build from bpf/tests/programs.rs
- perf: skip updating already cached executors if unmodified
- Add execute metrics
Created an issue in solana-labs/solana that received 1 comment
There is no centralized way for program developers to gain a window into their heap usage
Problem There is no centralized way for program developers to gain a window into their heap usage Programs are bundled with a default, in-program-s…