Skip to content

Update docs for v2.20#627

Merged
moose-code merged 1 commit intomainfrom
v2.20
May 16, 2025
Merged

Update docs for v2.20#627
moose-code merged 1 commit intomainfrom
v2.20

Conversation

@DZakh
Copy link
Member

@DZakh DZakh commented May 16, 2025

No description provided.

@DZakh DZakh requested a review from moose-code May 16, 2025 08:01
@vercel
Copy link

vercel bot commented May 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
envio-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 8:02am

Copy link
Member

@moose-code moose-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

| `BigInt` | Signed integer (`int256` in Solidity) | `bigint` | `bigint` |
| `BigDecimal` | Arbitrary-size floating-point | `BigDecimal` (imported) | `BigDecimal.t` |
| `Timestamp` | Timestamp with timezone | `Date` | `Js.Date.t` |
| `Json` | JSON object (from envio@2.20) | `Json` | `Js.Json.t` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Power!!

Comment on lines 21 to +29
| ------------------------------ | ------------------------------------------- | ------ | ------------------ | -------- | ------ | --------------------- |
| LBTC Token Transfers | Event handling, No RPC calls, Write-only | 2m | 8m (Sentio) | 3h9m | 1h40m | 4x faster |
| LBTC Token with RPC calls | Event handling, RPC calls, Read-after-write | 1m | 32m (Subsquid) | 18h38m | 4h38m | 32x faster |
| LBTC Token with RPC calls | Event handling, RPC calls, Read-after-write | 15s | 32m (Subsquid) | 18h38m | 4h38m | 128x faster |
| Ethereum Block Processing | 100K blocks with Metadata extraction | 7.9s | 1m (Subsquid) | 10m | 33m | 7.5x faster |
| Ethereum Transaction Gas Usage | Transaction handling, Gas calculations | 1m 26s | 5m (Subsquid) | N/A | 33m | 3.5x faster |
| Uniswap V2 Swap Trace Analysis | Transaction trace handling, Swap decoding | 41s | 2m (Subsquid) | 8m | N/A | 3x faster |
| Uniswap V2 Factory | Event handling, Pair and swap analysis | 20s | 2m (Subsquid) | 34m | 2h24m | 6x faster |
| Uniswap V2 Factory | Event handling, Pair and swap analysis | 10s | 2m (Subsquid) | 19m | 2h24m | 12x faster |

The independent benchmark results demonstrate that HyperIndex consistently outperforms all competitors across every tested scenario. The most significant performance advantage was seen in real-world indexing scenarios with external RPC calls, where HyperIndex was up to 32x faster than the nearest competitor and over 1000x faster than TheGraph.
The independent benchmark results demonstrate that HyperIndex consistently outperforms all competitors across every tested scenario. The most significant performance advantage was seen in real-world indexing scenarios with external RPC calls, where HyperIndex was up to 128x faster than the nearest competitor and over 4000x faster than TheGraph.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!! Seems these are still being very actively developed on so will probably need to revisit and update every now and then

@moose-code moose-code merged commit e55c48c into main May 16, 2025
2 checks passed
@moose-code moose-code deleted the v2.20 branch May 16, 2025 08:17
@DenhamPreen DenhamPreen mentioned this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants