sui icon indicating copy to clipboard operation
sui copied to clipboard

[rpc] The `Page` API is limiting

Open plafer opened this issue 1 year ago • 0 comments

The current Page API is limiting for 2 reasons:

  1. There is no way to parallelize the fetch.
  2. There is no way to know how many pages there are.

Could you also expose an RPC endpoint that is index-based somehow, such that I could spawn n workers that fetch the n pages in parallel?

plafer avatar May 04 '23 12:05 plafer