Content
@
https://warpcast.com/~/channel/ponder-sh
0 reply
0 recast
0 reaction
Kevin
@typedarray.eth
Ponder 0.10 This release speeds up large factories and contract reads, adds a new `event.id` property, and fixes several reliability issues →
1 reply
3 recasts
18 reactions
Kevin
@typedarray.eth
Ponder's factory pattern collects a list of addresses from decoded event logs, then plugs that list anywhere in your config. Before this release, the address list was built on-the-fly and filtering ran in SQL. This didn't scale well.
1 reply
0 recast
0 reaction
Kevin
@typedarray.eth
In 0.10, filtering runs entirely in-memory, with the address list cached in the database to avoid refetching. Our Uniswap V3 factory benchmark got 3.6x faster with this release. Now, there's ~zero overhead to indexing huge factories - very happy with where we landed.
1 reply
0 recast
0 reaction