Skip to content

Commit

Permalink
opt(torii-grpc): parallelize queries (#2443)
Browse files Browse the repository at this point in the history
* opt(torii-grpc): parallelize queries

* feat :parallelize keys clause

* feat: parallelize composite

* opt hashmap

* optimize fetching

* itertools

* refactor: queries & keys clause

* fmt

* fix: multiple mmeber clauses same column

* fmt

* clean

---------

Co-authored-by: glihm <dev@glihm.net>
  • Loading branch information
Larkooo and glihm authored Sep 19, 2024
1 parent 7c5a1f5 commit 5777c00
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 227 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/torii/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ futures.workspace = true
num-traits.workspace = true
parking_lot.workspace = true
rayon.workspace = true
itertools.workspace = true
starknet-crypto.workspace = true
starknet.workspace = true
thiserror.workspace = true
Expand Down
Loading

0 comments on commit 5777c00

Please sign in to comment.