solana-with-rpc-optimizations/programs/bpf
anatoly yakovenko d6011ba14d
Dedup bloom filter is too slow (#22607)
* Faster dedup

* use ahash

* fixup

* single threaded

* use duration type

* remove the count

* fixup
2022-01-21 20:23:48 -07:00
..
benches Refactor: Improve type safety and readability of transaction execution (#22215) 2022-01-05 10:15:15 +08:00
c Bump bpf-tools to v1.20 2021-11-18 20:50:58 -08:00
rust Add zk_token_sdk_enabled feature to gate Zk Token proof program and `sol_zk_token_elgamal_op` syscalls 2022-01-05 11:57:37 -08:00
tests Refactor: move compute budget runtime logic into solana-program-runtime (#22543) 2022-01-17 20:48:00 +08:00
.gitignore
Cargo.lock Dedup bloom filter is too slow (#22607) 2022-01-21 20:23:48 -07:00
Cargo.toml Add zk_token_sdk_enabled feature to gate Zk Token proof program and `sol_zk_token_elgamal_op` syscalls 2022-01-05 11:57:37 -08:00
build.rs Add zk_token_sdk_enabled feature to gate Zk Token proof program and `sol_zk_token_elgamal_op` syscalls 2022-01-05 11:57:37 -08:00