-
Notifications
You must be signed in to change notification settings - Fork 13
Update docs for v2.20 #627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,20 +13,20 @@ HyperIndex delivers industry-leading performance for blockchain data indexing. I | |
|
|
||
| ## Recent Independent Benchmarks | ||
|
|
||
| The most comprehensive and up-to-date benchmarks were conducted by Sentio in April 2025 and are available in the [sentioxyz/indexer-benchmark repository](https://github.com/sentioxyz/indexer-benchmark). These benchmarks compare Envio's HyperIndex against other popular indexers across multiple real-world scenarios: | ||
| The most comprehensive and up-to-date benchmarks were conducted by Sentio in April 2025 and are available in the [sentio-benchmark repository](https://github.com/enviodev/sentio-benchmark). These benchmarks compare Envio's HyperIndex against other popular indexers across multiple real-world scenarios: | ||
|
|
||
| ### Key Performance Highlights | ||
|
|
||
| | Case | Description | Envio | Nearest Competitor | TheGraph | Ponder | Advantage vs. Nearest | | ||
| | ------------------------------ | ------------------------------------------- | ------ | ------------------ | -------- | ------ | --------------------- | | ||
| | 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. | ||
|
Comment on lines
21
to
+29
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
|
||
| ## Historical Benchmarking Results | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Power!!