solana/perf/src
behzad nouri 01a096adc8 adds bitflags to Packet.Meta
Instead of a separate bool type for each flag, all the flags can be
encoded in a type-safe bitflags encoded in a single u8:
https://github.com/solana-labs/solana/blob/d6ec103be/sdk/src/packet.rs#L19-L31
2022-01-04 13:53:40 +00:00
..
cuda_runtime.rs
data_budget.rs
lib.rs
packet.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
perf_libs.rs
recycler.rs
recycler_cache.rs
sigverify.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
test_tx.rs
thread.rs